# magic number program magicNumber = 93 for n in range(101): if n is magicNumber: print(n, " is the magic number poggers") break else: print(n)