Python quiz 3: Variables in Python Welcome to your Python quiz 3: Variables in Python Name Email 1. Data type of the variable has to be defined in Python. Yes No None 2. A value can be assigned to a variable using ____________ operator . Assignment Comparison None Identity None 3. A variable name can not start with? Underscore Uppercase letter Number None of these None 4. What does the type () function returns in Python ? Variable name Datatype type None None 5. User need to store the age of a person, which datatype is best ? Float Integer String None None 6. Do we need to create variable before using it in Python ? Depends Always No Yes None 7. Can you use special sign while declaring the variable name ? No Yes None 8. Variable name is case sensitive ? True False None Related Posts