+ 1
Why my program doesnt work properly in this app?
Why my "from tkinter import *" is not working in this app? can uh please check my profile? i have posted there. program name="Calculator" and check my program"Number guessing game"as well . It needs unlimited input.
2 odpowiedzi
+ 2
You can try 'Pydroid' app on playstore for running gui programs
+ 4
1. tkinter is not installed. We can only import modules which are installed.
2. sololearn Python playground does not support gui.
3. On Python playground we need to pass all inputs before start, hence we cannot run programs for which we cannot know the number of inputs beforehand.