Study, day 2

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

Read about following topics and solved problems.

  • Type conversion.
  • Conditional statement and the control flow.
  • Truth value testing.
  • Looping.
  • Continue statement.
  • Data structures.
    • List and list comprehension.
    • Tuples.
    • sets.
    • Dictionaries.