I typed this program exactly and it is telling me "invalid syntax"
print("test program for for loop")
a=int(input("enter any no")
for i in range(10):
print(a)
I typed this program exactly and it is telling me "invalid syntax"
print("test program for for loop")
a=int(input("enter any no")
for i in range(10):
print(a)