Suchen
Bücher
Audiobücher
Mehr
▼
Regale
Code einlösen
7 Tage gratis
Anmelden
de
English
Русский
Español
Dansk
Türkçe
Bahasa Indonesia
Svenska
Deutsch
Nederlands
Українська
Português
Srpski i Crnogorski
Български
Magyar
Hrvatski
en
Bücher
Mit unseren Apps lesen:
iOS
·
Android
R.M. Lewis
Easy-To-Follow Tutorial To Learn Python Programming In Less Than One Week
Lesen
Ersteindruck
Ins Regal stellen
Schon gelesen
Einen Fehler im Buch melden
Teilen
Facebook
Twitter
Link kopieren
Über
Zitate
36
Leser
69
In Regalen
Verwandte Bücher
danieliwilliams22
hat Zitat gemacht
vor 7 Monaten
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
hat Zitat gemacht
vor 7 Monaten
the objects are going to be the various parts that are inside the code
danieliwilliams22
hat Zitat gemacht
vor 7 Monaten
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
hat Zitat gemacht
vor 7 Monaten
The objects help to define the different parts of the code and keep them all organized and easy to understand
danieliwilliams22
hat Zitat gemacht
vor 7 Monaten
#!/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
hat Zitat gemacht
vor 7 Monaten
need to use the equal sign (=), to show which value goes to which variable to make things easier.
danieliwilliams22
hat Zitat gemacht
vor 7 Monaten
When you want to assign a new value over to one of your variables, you would
danieliwilliams22
hat Zitat gemacht
vor 7 Monaten
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
hat Zitat gemacht
vor 7 Monaten
assign the right values to the variables
danieliwilliams22
hat Zitat gemacht
vor 7 Monaten
including characters, decimals, and integers
Verschenken Sie kein Buch, sondern eine Bibliothek.
Verschenken Sie ein Bookmate-Abonnement →
fb2
epub
Ziehen Sie Ihre Dateien herüber (nicht mehr als fünf auf einmal)