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

Pubblicato il: 05 dicembre 2011
sul canale di: 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


In questa pagina del sito puoi guardare il video online Install Python Basic / beginner code Tutorial 1 - Setting up for development della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Mike Hibbert 05 dicembre 2011, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 39,219 volte e gli è piaciuto 157 spettatori. Buona visione!