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

Опубликовано: 05 Декабрь 2011
на канале: 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


На этой странице сайта вы можете посмотреть видео онлайн Install Python Basic / beginner code Tutorial 1 - Setting up for development длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Mike Hibbert 05 Декабрь 2011, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 39,219 раз и оно понравилось 157 зрителям. Приятного просмотра!