norminette

This commit is contained in:
hugogogo
2025-10-28 21:33:13 +01:00
parent 17b1da0822
commit 1ebc36c197
9 changed files with 53 additions and 29 deletions

View File

@@ -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