BenSO
BenSO

Reputation: 15

Python print out lastest value

i try to print("Hello World") and run it , it is fine, but when i change it to print("Hello") and print it , it cannot print out the 'Hello' and still print out Hello World, anyone can give me advise? thanks

Upvotes: 0

Views: 46

Answers (1)

duhby
duhby

Reputation: 100

You need to save your file before running it again. You can do this with ctrl+s on windows for most text editors.

Upvotes: 1

Related Questions