Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SUBLIMEREPL Issue
#1
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
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020