Reputation: 15
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
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