norminette
This commit is contained in:
@@ -9,7 +9,7 @@ def get_message(argv: list[str]) -> str:
|
||||
|
||||
# stdin https://docs.python.org/3/library/sys.html#sys.stdin
|
||||
print("What is the text to count?")
|
||||
msg = sys.stdin.readline()
|
||||
msg = sys.stdin.readline(424242)
|
||||
return msg
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user