1
Well, guys, I’m having a problem when I put my python code in sublime text to run.
The problem is, the code doesn’t work, just compile and nothing else.
In case, it is not running any line (trying to run via CTRL+B version 3.0).
I’m new to this publisher, so excuse me for any ignorance.
a = float(input("Digite um número: "))
b = float(input("Digite outro número: "))
print(a)
It only shows one this message:
[Finished in 0.0s]
Well, I was able to execute, but there’s a catch. When I run, I type the first value, it doesn’t go to the next line, for example. " Type a number: 5(enter)", then it does not go to the second/third part, which is to receive the other value and print the first value on the screen.
– Kappa
Solved the problem with the answer?
– Laércio Lopes
@kappa, decided by following these steps or performed some different step ? if yes, please describe it to us
– user142572