Computer Science, asked by sp963108986, 3 months ago

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 logeshwaris281004
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