- num_integer = 1
- num_float = 1.2
- a_string = “one”
- a_list = [1, “one”, 2.2]
- a_tuple = (1, “one”, 2.2)
- a_dictionary = {“one”: 1}
Once you are comfortable with this, test your knowledge of Pythonic syntax at Lesson 01: Quiz.
Once you are comfortable with this, test your knowledge of Pythonic syntax at Lesson 01: Quiz.