We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3245685 commit 12ea7b4Copy full SHA for 12ea7b4
src/cs50/cs50.py
@@ -63,7 +63,7 @@ def eprint(*args, **kwargs):
63
raise RuntimeError("The CS50 Library for Python no longer supports eprint, but you can use print instead!")
64
65
66
-def get_char(prompt=None):
+def get_char(prompt):
67
raise RuntimeError("The CS50 Library for Python no longer supports get_char, but you can use get_string instead!")
68
69
0 commit comments