If the input provided is: June 20 What is the output of t…
If the input provided is: June 20 What is the output of the following code? name = input(“Type your name: “) age = int(input(“Type your age: “)) age_10 = age + 10 print(“Your name is”, name, f”in 10 years you will be {age_10}”)