We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 867ef43 commit 242442dCopy full SHA for 242442d
src/cs50/__init__.py
@@ -10,7 +10,7 @@
10
sys.path = [p for p in sys.path if p not in ("", os.getcwd())]
11
12
# Import cs50_*
13
- from .cs50 import eprint, get_char, get_float, get_int, get_string
+ from .cs50 import get_char, get_float, get_int, get_string
14
try:
15
from .cs50 import get_long
16
except ImportError:
0 commit comments