Posts by ICTUS • 11 points
2 posts
-
0
votes1
answer59
viewsQ: How to make text remain txt in full Unity
The idea is to create an entry where the user enters data and is registered in txt and can add other data as a simple schedule. The screen asks: type your name: Please enter your age: Enter your…
-
1
votes0
answers64
viewsQ: do a while loop or restart the program on Tkinter with new question
I would like to know how to do when click the reply button, restart the program with a new account and optimizing the code? from tkinter import* from random import randrange janela=Tk()…