- #36
Hurkyl
Staff Emeritus
Science Advisor
Gold Member
- 14,983
- 28
Just checking -- you actually ran this program to see that it gave the output, right? It might be worth doing it (or some other simple program) both from the interpreter and by writing a script -- if nothing else, just to make sure you are actually capable of using python both ways.G037H3 said:Hello world:
Code:>>> print ("Hello, World!")
The output should be:
Code:Hello, World!