Look at the following piece of code:
today = "monday"
tomorrow = "tuesday"
today = tomorrow
tomorrow = today
How many different objects are created here in total?
Look at the following piece of code:
today = "monday"
tomorrow = "tuesday"
today = tomorrow
tomorrow = today
How many different objects are created here in total?
Create a free account to access the full topic