Demo: Functions | Python for Beginners [30 of 44]

preview_player
Показать описание


#microsoftdeveloper #pythonforbeginners #learntocode
Рекомендации по теме
Комментарии
Автор

Should also mention to newcomers that all definitions (def) need to be above any maincode that calls them in the .py file, when the module is run it reads sequentially so if you call a function that is above that def it does not know it exists and will throw an error saying it cant find the def variable name...

kevinhollis
Автор

this is a really good video, it helped alot

yangzhang
Автор

Can i ask why name[0:1] and not just name[0]?
thanks very helpful tutorial i hope to see one about image processing, AI, web development or machine learning

abdelhafidbenchikh
Автор

Why to use first_name='susan'..!??

swapnil
Автор

How To Fix This ( TypeError: bad operand type for unary +: 'str' )

abhinavjand
Автор

why first_name[0:1] and not just first_name[0]?

SimonVovko
Автор

It's just me, or are the demo videos unnecessary?
I think they were already explained in the previous video.

luisdavidescobedovelasquez
Автор

Type error:string indices must be integer

jaidevbehera
visit shbcf.ru