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

Publicado em: 05 Dezembro 2011
no canal de: 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


Nesta página do site você pode assistir ao vídeo on-line Install Python Basic / beginner code Tutorial 1 - Setting up for development duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Mike Hibbert 05 Dezembro 2011, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 39,219 vezes e gostou 157 espectadores. Boa visualização!