+ 3
Input Issues
I'm trying to write a python program in the Sololearn online code playground, but wherever I put a input('***') it only lets the user input something at the beginning of the code. Why does it do this? Can I fix this?
5 odpowiedzi
+ 3
There is no fix for that, that's the way how solo learn code playground works if you don't want to download and install any other compiler try onlinegdb or pydroid to compile code offline
+ 3
That's too bad. I use VSC. I wanted to share some code I had written on VSC but I guess I can't because of that issue.
+ 2
I wrote a tic-tac-toe game XD pretty much impossible to do it with the solo learn playground lol. I'll post it anyways, you have a good point. Hopefully someone will try it.
0
Well you can still share that code
Write a docstring or comment at starting which guides the user how many inputs and what are the inputs so the user will be able to give multiple inputs as each input per line.
If its something like a menu driven or something it's going to be so what tough.
0
If somewhen is really interested in ur code he/she will find a way to run it.