Keyboard not appearing in output tab

Question:
I am making a GUI code. In my code there are some blanks to fill and then the user will get output. But when I try to fill those blanks the keyboard don’t appear. Is there any solution to this

Replit Profile: https://replit.com/@anita20062008

Hey, @anita20062008 welcome to the forums!

Can you please provide a link to the repl? This way it is easier for staff and members of the community to help you!

Also see this guide on how to share your code:

Hi @anita20062008 , welcome to the forums!
This isn’t Replit’s fault - it’s actually because GUI modules like tkinter aren’t supposed to be ised on mobile.
However, there is a workaround for this in Python:

Hope this helps!

2 Likes

Can you make this for .grid() method please

2 Likes