Question: 1) Given the variable num_cars = 9, which statement prints 9? O print(num_cars) O print(num_cars) Assume variable age = 22, pet = dog, and

1) Given the variable num_cars = 9, which statement prints 9? O print(num_cars) O print("num_cars") Assume variable age = 22, pet = "dog", and pet_name = "Gerald". 1) What is the output of print('You are', age, 'years old.') Check Show answer 2) What is the output of print (pet_name, 'the', pet, 'is', age)
Step by Step Solution
There are 3 Steps involved in it
Lets address each part of your question Activity 133 Basic Variable Output 1 Gi... View full answer
Get step-by-step solutions from verified subject matter experts
