Starter Quiz
Question 1 of 6
1
of 6
What is the correct syntax in Python to initialise a variable called age and set its value to the numerical value 13?
Select one answer
age (13)
age = 13
age = "13"
set age to 13
Consider the data type held by the variable age.
Need a hint?
Check