Python Forum

Full Version: SUBLIMEREPL Issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
try: 
	n = int(input("Enter an Integer: "))
except ValueError:
	print("That is not an integer")
So i wrote this code and then went to tool>SublimeREPL>Python> Python-RUN current File

It keeps giving Filenotfounderror

Please help