Posts by Lukas Feitosa • 1 point
2 posts
-
-3
votes0
answers56
viewsQ: I was running Py on Vscode for the first time and this message appeared:
I tried to run a py code on Vscode. print("Olá Mundo") And there was this message on the terminal: ( Python not found; run no arguments to install in the Microsoft Store or disable this shortcut…
-
-2
votes1
answer54
viewsQ: How to check if a variable is string or number?
I made a "mini site" to ask the name of the person and send a alert but somehow I want to send a alert error if the person places numbers instead of the characters in the name. <h2…