So the code playground is different in different devices? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 2

So the code playground is different in different devices?

So I recently made a calculator in python, and I do pretty much everything on computer and only challenges and feeds on mobile. Try running my calculator on a computer, then on mobile. What’s wrong??

9th Oct 2018, 5:42 PM
DrChicken24
DrChicken24 - avatar
5 Respuestas
+ 4
Most of my codes are not web. By web, I meant the browser on the PC, not SoloLearn web codes. I've run Python both ways, though I mostly have run them via the app. My Kotlin codes are more evenly run between them. If you link your code with issues, I will run it both ways to see what you are getting. Please also give the input data you are entering at the prompt so I can make my run identical to yours.
10th Oct 2018, 5:35 AM
John Wells
John Wells - avatar
+ 3
The simple answer would be trying to squash 1028 to 1366 px width ( depending on the pc } into roughly a 425 px by 600 px to 800 px space ( again depending on the android or smartphone ) ~ So verses saying all that let's refer to a link in regards to this query ~ https://www.websitedimensions.com
10th Oct 2018, 4:19 AM
BroFar
BroFar - avatar
+ 3
John Wells Ok. I just typed in nothing at all in both devices. Everything else works well, but on mobile with nothing typed in, extra things output and the output error is shown. On computer, the correct things output, nothing extra, except the output error isnt shown.
10th Oct 2018, 5:26 PM
DrChicken24
DrChicken24 - avatar
+ 2
I tend to do both all the time without any issues. The user interface is sightly different as the input prompt in the app supports 100 characters, while the web supports lots more.
10th Oct 2018, 4:00 AM
John Wells
John Wells - avatar
+ 1
BroFarOps John Wells Its in python. Not web. Can you elaborate more?
10th Oct 2018, 5:20 AM
DrChicken24
DrChicken24 - avatar