Well, guys, I'm having a problem when I put my python code in the sublime text to run.
The problem is as follows, the code does not work, only compiles 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 editor so apologize for any ignorance.
a = float(input("Digite um número: "))
b = float(input("Digite outro número: "))
print(a)
It only shows one message:
[Finished in 0.0s]