Posts by Ghost Designer • 77 points
3 posts
-
2
votes1
answer253
viewsQ: pass input data to mysql database table
People help me there, I’m creating a user manager with level system. however I am not able to pass a value of the variable defined by input() to the INSERT. please help me. code: def…
-
2
votes1
answer147
viewsQ: Detect and change System() error message
I have a question about the use of function system. For example, if we execute the following command: (system""); If the example command is not found on the system the function prints the following…
-
3
votes1
answer52
viewsQ: How to remove the OS user name
I’m making a terminal and I have a question, how do I remove the user name behind the message? exemplo: "C:/USERS/GUSTAVO/DESKTOP" How do I leave: example: "DESKTOP" I’m using the OS library to get…