Arama
Kütüphanem
Daha fazla
▼
Kitap rafları
Kodu kullan
7 gün boyunca ücretsiz
Oturum aç
tr
en
Kitaplar
Uygulamalarımızda okuyun:
iOS
·
Android
R.M. Lewis
Easy-To-Follow Tutorial To Learn Python Programming In Less Than One Week
Oku
İzlenim
Kitaplığıma ekle
Zaten okundu
Kitaptaki bir hatayı bildirin
Paylaş
Facebook
Twitter
Bağlantıyı kopyala
Hakkında
Alıntılar
36
Okuyucular
70
Kitap raflarında
İlgili kitaplar
danieliwilliams22
alıntı yaptı
10 ay önce
the classes are going to be the containers that will hold on to the objects you have created and which are similar to each other in some manner.
danieliwilliams22
alıntı yaptı
10 ay önce
the objects are going to be the various parts that are inside the code
danieliwilliams22
alıntı yaptı
10 ay önce
the classes are going to work as the containers for the objects so that objects that are similar to each other to help the code work better
danieliwilliams22
alıntı yaptı
10 ay önce
The objects help to define the different parts of the code and keep them all organized and easy to understand
danieliwilliams22
alıntı yaptı
10 ay önce
#!/usr/bin/python
counter=100 # An integer assignment
miles=1000.0 # A floating point
name="John" # A string
print counter
print miles
print name
danieliwilliams22
alıntı yaptı
10 ay önce
need to use the equal sign (=), to show which value goes to which variable to make things easier.
danieliwilliams22
alıntı yaptı
10 ay önce
When you want to assign a new value over to one of your variables, you would
danieliwilliams22
alıntı yaptı
10 ay önce
best to pick the ones that will work the best in your code and to call them up properly before you try to use them
danieliwilliams22
alıntı yaptı
10 ay önce
assign the right values to the variables
danieliwilliams22
alıntı yaptı
10 ay önce
including characters, decimals, and integers
Sadece tek bir kitap hediye etmeyin, bir kütüphane hediye edin.
Bir Bookmate aboneliği verin →
fb2
epub
Dosyalarınızı sürükleyin ve bırakın (bir kerede en fazla 5 tane)