Boring Python Basics (Tuesday)

I did very little today.

Just reviewed the basic variables.

it’s very simple and boring.

In Python you have:

  1. name = ”Ivan” (string variable)

  2. age = 25 (integer)

  3. pi = 3.141 (float)

  4. working = True (boolean)

That’s it.

I know ultra short. That’s how much time I had today.

See you on Wednesday.