Posts by yago Victor • 21 points
3 posts
-
1
votes3
answers280
viewsA: Finish a loop when a given string is typed
They actually had some really good, useful and functional responses so I’m just going to say some things again that are the same as others 1 - If you set the input to float, you cannot receive a…
-
0
votes1
answer69
viewsA: File execution error in pycharm
Try selecting another interpreter, if it doesn’t work, download python again, restart pycharm (you can restart the machine itself if you want), and try changing the interpreter (put it in the one…
-
1
votes2
answers183
viewsA: Print which (ais) words repeat in Python
If I understand correctly what you want is to read.txt file and want to count how many words started with the letter 'a'. For this you could use the method. readlines(), match a variable and for…