Question: Python Class # Variable Assignment # Assign your name and your favourite food to 2 separate variables with suitable names. ############# SIMPLE ################### # Output
Python Class
# Variable Assignment
# Assign your name and your favourite food to 2 separate variables with suitable names.
############# SIMPLE ################### # Output the contents of the variables on 2 separate lines
############# MEDIUM #################### # Output two sentences (not just the contents of the variables). The first with your name, the second with your favourite food.
############# COMPLEX ################### # Output both pieces of information as part of the same sentence. # Make sure that you have spaces and punctuation in the correct places.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
