i wanted while loop to work when there is spaces between character but it didn't.
a= input("...") x = [" "] while a in : print("not allowed")
a= input("...") x = [" "] while " " in a: print("not allowed")
1.4m articles
1.4m replys
5 comments
57.0k users