I\'m using a while True loop as seen below:
while True
while True: try: n = int(input("Number: ")) except ValueError: prin