Install Python Basic / beginner code Tutorial 1 - Setting up for development

Publié le: 05 décembre 2011
sur la chaîne: Mike Hibbert
39,219
157

Install Python Basic / beginner code Tutorial 1 - Setting up for development

This tutorial covers setting up and starting you first python program. You should be able to write and run a script with one file and a function that prints "Hello World" to the Python Environment.

Here's the code:

def say_hello():
message = "Hello"
print message

if _name_ == "__main__":
say_hello()


Install Python Basic / beginner code Tutorial 1 - Setting up for development


Sur cette page du site, vous pouvez voir la vidéo en ligne Install Python Basic / beginner code Tutorial 1 - Setting up for development durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Mike Hibbert 05 décembre 2011, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 39,219 fois et il a aimé 157 téléspectateurs. Bon visionnage!