I tried to run a simple Python code like this below:
print "Hello world"
print "Hello you"
And when I hit Ctrl+B, after I choose Python it took 5.7 second to display the result. My question is: is it considerably normal?
NB: I’m on Windows 10 PC run on 16GB RAM and Python 2.6.
Edit: after the first code I tried to run another codes and the codes would run promptly (about 0.1 to 0.2 seconds)