Quiz about the lessonOnline version Rivision by Heba Asaad 1 can be used to explain Python code a variables b comments c string d float 2 Are places to store data of various types in the computer’s memory a Comments b strings c char d Variables 3 It must begin with a lowercase letter or a _ sign. a boolean b integer c variables d true 4 starts with a # , and Python will ignore them a variables b comments c date d time 5 Examples of variables written correctly a z = 1.2 b &g = 3 c name = John d char = 'g'