- Hacking Robots
- Posts
- Boring Python Basics (Tuesday)
Boring Python Basics (Tuesday)
I did very little today.
Just reviewed the basic variables.
it’s very simple and boring.
In Python you have:
name = ”Ivan” (string variable)
age = 25 (integer)
pi = 3.141 (float)
working = True (boolean)
That’s it.
I know ultra short. That’s how much time I had today.
See you on Wednesday.