I just use input()
in a .py file. I input many words in it, but it is always stuck after 1023 characters. I believe the limit in input() is larger than 1023. I want to input more words into it, and how can I do it?
Asked
Active
Viewed 26 times
0

Trinidad
- 211
- 2
- 14
-
2Can you put all the text into a file and read the file instead? – DNy Nov 02 '21 at 10:45
-
Does this help? https://stackoverflow.com/a/40598522/2681662 – MSH Nov 02 '21 at 10:45