What does the following produce on the screen:
Countries = [“France”,”Germany”,”Spain”]
“France”,”Germany”,”Spain”
What does the following produce on the screen:
Age = 32
Nothing. Age is the variable which stores the integer 32. No print function has been used.