GCSE Python #3: Variables

preview_player
Показать описание
Explaining what variables are in Python and explaining key words related to variables like assignment and initialisation.

Try Now Answers:
a), b), d) are all fine, although for a), it's best not to have variables names starting with caps
c) Causes an error as ? would need to be stored as a character
e) Causes an error as a variable name needs to be one word
f) Causes an error as the value needs to be on the right side of the equals sign, and anyway, variable names can’t just be numbers

Рекомендации по теме
Комментарии
Автор

what would you do if a variable isn't a number and if you would want to combine the two variables

arz