Posts by I AM ROMULO SS • 13 points
3 posts
-
0
votes2
answers48
viewsQ: Python: upper and Lower function do not work
I’m conducting experiments on Python and this time my targets were the functions that handle Strings. In my tests, I’m trying to make a text converter, however, the functions are not performing…
-
0
votes1
answer40
viewsA: How do I put a close button on my python file?
In this particular case, the way to treat the problem in a simple and objective way, in my view, would be to determine a function to receive the input in question. It would look something like this:…
-
0
votes1
answer30
viewsQ: (Python + Mysql) Enter the database password automatically in a dump
I am creating a Python script that backs up the company database I work on and it will run on crontab weekly. My doubt: How to enter the password automatically, since it is requested after the…