Hello, I’m working on this task:
Put comments on some lines, and remove comments from other lines, so that there are only 2 variables created: age and name.
Here is my code:
Assigning 17 to age
age = 17
Setting name to 'Tom'
name = 'Tom'
Can anyone please help me to solve it?