Study, day 1

I have started learning python 3 from pym book by Kushal.

Read about following topics and solved problems.

  • Single and Multiline comments.
  • I have learnt modules and practiced some basic stuff with python os and math module.
  • String formatting with .format and f-string .
  • Various operators and expressions.

Leave a comment