find the error and rewrite the code
Y=integer(input(“Enter 1 or 10”))
if Y==10
for Y in range(1,11):
print(Y)
else:
for m in range(5,0,-1):
print(thank you)
Answers
Answered by
0
Explanation:
if(Y==10):
For Y in range(1,11):
print("Y")
else:
For m in range(5,0,-1):
print("thankyou")
Similar questions