#if we put an alphabet in 'x' it should loop infinite times
x = str(input("put number here: "))
so I wanna loop x statement in python if we put an alphabet in x and I've been at it for the past month but all i'm getting is for loop and those continue loops, I've tried them but they don't work (at least with my brain) so please some help would be appreciated.