The best choice

Report a typo

The code snippet below results in NameError. Define the mentioned variable fave_tv_show and assign a non-empty string to it.

You are NOT supposed to print anything.

Write a program in Python 3
print("What would I watch tonight?")

# declare the variable before using it
...

# any answer will do, since heart knows no law
my_answer = fave_tv_show
___

Create a free account to access the full topic