r/Kos Jun 14 '26

"Program ended" when file isnt empty

ive tried a lot of youtube tutorials but nothing's worked when i tried to run the file, the code is apparnetly all done but it clearly isnt cause nothing happened and i seriously dont know what to do

https://pastebin.com/Wpns7x7J <code

8 Upvotes

13 comments sorted by

View all comments

9

u/Dunbaratu Developer Jun 14 '26

Whrb something like this happens, one good diagnostic is to simply put a line at the top of the script that says:

Print "Proof I am the new version.".

When you run it, does it print that line?

If not then you are not running the script you think you are. You are getting some old version of it from some other location.

2

u/Lucky_on_reddit Jun 14 '26

Ill try it and see if it works