Please enable JavaScript.
Coggle requires JavaScript to display documents.
First steps (The basics (Numbers (Integer (2), floating point (3.23 or 52…
First steps
The basics
Comments
Need to write in comments:
- Accumptions
- Important decisions;
- Important details;
- Problems that you are trying to solve;
- Problems you are trying to avoid, etc.
-
-
Line
Quotes
-
-
TRIPLE QUOTES
Within the TRIPLE QUOTES, double or triple quotes can be freely used.
-
Method "format"
You now)
age = 26
name='Swaroop'
print('Возраст {0} -- {1} лет.'.format(name, age))
print('Почему {0} забавляется с этим Python?'.format(name))
-
-
-
-
The concepts
Python interpreter command line
-
-
-