Rewrite the following statements by finding the errors:
1. age-int(input(My age is))
2. print (addition is, 2+6)
Answers
Answered by
1
Answer:
1
age=int (input("my age is"))
2
print(2+6)
Explanation:
make me brain list
Answered by
0
Answer:
Age=(input("Enter your age"))
print("addition is ,2+6"))
Similar questions