Computer Science, asked by 9582763871, 7 months ago

The following code has error. Rewrite the correct code under lying all the correction Age =input ("enter your age ") Print (" Last year-your age was ") Age-1

Answers

Answered by vanshupippal14
0

Answer:

Age = input("Enter Your Age")

print("Last year your age was ",int(age)-1)

Explanation:

1.you have to use small p of print

2.Age- 1 should be in the brackets like above

Similar questions