Python 3 Tutorial 02 - User Input, Formatting Strings, Assignments

preview_player
Показать описание
Timeline:
00:00 Variable assignments
01:53 Digit separator
03:12 Variable naming convention
05:42 String assignments
08:27 User input?
10:12 f-string
11:06 f-string modifiers
13:59 Int conversion examples
17:08 Assignments

Todays' assignments:
* SimpleIO
* Temperature Conversion 4
* Centimeters to Feet and Inches

Keywords:
python, python3, assignment operator, digit separator, variable naming rules, input() function, f-string, f-string modifiers, converting float to int.

#CSglitz #Python #PythonFstring
Рекомендации по теме
Комментарии
Автор

Sir I am beginner and your video is very useful.

kncoer
Автор

wow video ... concept of alignment was really great i have seen many videos never find such think .... great

MyStudents
Автор

At 2:08 why output is not like this
👇
| +3| +3.14| -2|

As integer is aligned right by default then why +3.14 is concatenate with+3
please explain

revisionsir