Challenge
No
Here's a program:
- my_first_name = 'Kieran'
- my_last_name = 'Mathieson'
- fave_pet_name = 'Burt'
- output = my_first_name + ' ' + my_last_name + ' loves ' + fave_pet_name + '.'
- print(output)
Copy it to a new file in a new Spyder project. Change the text, using your names, and the name of your fave pet. If you don't have a fave pet, make up a name, like Gootenliky. Or something.
Put a breakpoint on the last line. Debug the program, and show VE. Take a screenshot of your program stopped on the last line, showing the variables in VE. For me, this would be:
Submit your screenshot.
If you were logged in as a student, you could submit a solution to this exercise.
Where referenced