When running code:
integer = input("Enter and integer: ") try: int(integer) print("Good work!") except ValueError: print("Tha