helloworld:hello_world
Python 3.4 - Hello world !
#!/usr/bin/python3.4 import sys print("Hello World!") print("This is a Python program.") print(sys.version_info);
helloworld/hello_world.txt · Dernière modification : 2019/01/11 15:16 de rguyader