Python 3 Programming Tutorial - Functions

Опубликовано: 20 Апрель 2014
на канале: sentdex
289,521
2.2k

The idea of a function is to assign a set of code, and possibly variables, known as parameters, to a single bit of text. You can think of it a lot like why you choose to write and save a program, rather than writing out the entire program every time you want to execute it.

To begin a function, the keyword 'def' is used to notify python of the impending function definition, which is what def stands for. From there, you type out the name you want to call your function. It is important to choose a unique name, and also one that wont conflict with any other functions you might be using. For example, you wouldn't want to go calling your function print.

Sample code for this basics series: http://pythonprogramming.net/beginner...

Python 3 Programming tutorial Playlist:    • Why Python 3? Python 2 vs Python 3  


http://seaofbtc.com
http://sentdex.com
http://hkinsley.com
  / sentdex  

Bitcoin donations: 1GV7srgR4NJx4vrk7avCmmVQQrqmv87ty6


Смотрите видео Python 3 Programming Tutorial - Functions онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь sentdex 20 Апрель 2014, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 289,52 раз и оно понравилось 2.2 тысяч людям.