Somebody recommended Python to me. Even this has documentation that is hard to fathom and assures me that various features work just like those other programming languages that I also don't know.
Anyway, I write a file with Notepad and it says simply
print ("test")
and I saved it with a .py extension. Luckily my Windows machine knew that means Python and not the country code, top-level domain for Paraguay.
However, a command prompt window appeared showing the word test and then disappeared.
Next step: How do I make it not disappear?