Open Sr01010000 opened 4 years ago
Comandos de input() estão dando erro o programa não funciona o terminal não executa Ex: num = int(input('Digite um número: ')) print(num)
resultado: [Command: python -u C:\Users\atom_script_tempfiles\766d2460-e575-11ea-8c32-bf3d864cc3fb]
(nada)
The program written here is correct ,no error in this code and also working on command prompt. Can you please tell me where are you writing this code?
Script by default can't handle inputs in python (it just shows output). You can work around this by connecting Script to a terminal package. I explained how here. I hope it is useful.
Comandos de input() estão dando erro o programa não funciona o terminal não executa Ex: num = int(input('Digite um número: ')) print(num)
resultado: [Command: python -u C:\Users\atom_script_tempfiles\766d2460-e575-11ea-8c32-bf3d864cc3fb]
(nada)