Python input is dumb! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Python input is dumb!

In my python program, a hangman game, SoloLearn only lets you input all of your answers at the beginning of the program. Is there any workaround to this?

24th Aug 2018, 11:38 AM
Gray
2 Answers
+ 2
It isn't python's input, but rather code playground's input system that's dumb. There are many better alternatives online, one of my favourites is Trinket https://trinket.io/python
24th Aug 2018, 12:38 PM
Just A Rather Ridiculously Long Username
0
Yeah i like to use repl.it but i was hoping there was a way to use sololearn
24th Aug 2018, 12:39 PM
Gray