Learn Python Programming - 8 - Multiple Function Arguments

preview_player
Показать описание
Let's cover a function that accepts multiple arguments, or parameters, or inputs. Those are interchangeable terms. ...
...
★☆★ FREE Lesson 1: The Most Important Thing For a Successful Programmer★☆★

Enroll for coding exercises, projects, tutorials, and courses...
Clever Programmer
Snapchat ► Rafeh1
Рекомендации по теме
Комментарии
Автор

You're the best explainer i've ever seen
Thank you so much

curlyhead._
Автор

I wish my school teacher was as cool as you. I enjoy studying very much here, thank you.

tepsethapeaknita
Автор

So basically functions are like methods in C# and Java?

xXDoubleBounceXx
Автор

mate these tutes are unreal. SOOO easy to follow and grasp. well done!!

smythie
Автор

This is so clear with easy-to-understand examples. Thanks for this tutorial!

tjordans
Автор

Hey! You are an amazing teacher. I am learning it all really well. I feel if you could provide us with some tasks to do after we learn the basics so we could think ourselves and execute, it would be helpful.

sejalanand
Автор

l don't know why whenever I follow ur tutorials I feel like my big brother is teaching me with great affection :D love from Bangladesh<3

ibnulhasan
Автор

Dude thanks, I honestly felt like I was too stupid to code until I happened upon your series!

TheYoudude
Автор

Hey bro, are you the guy that made those "sleazy" ads? You're so much more relatable to me like this.
When I say "sleazy", I mean nothing personal, just that it feels like a Tai Lopez ad.
Anyways, this was some amazing teaching. Thank you!

KoreaKingy
Автор

Wow!
I learn python in school, but you could explain me better then my teacher.
Thank you very much!

somabencsik
Автор

I like u, u talk to me like a very very good friend, and I'm very clear with your explainations! U ARE THE BEST TEACHER EVER

andreeasseiman
Автор

you r amazing! thank you so much for this simple explanation

salmahabil
Автор

can you do tutorial series on c# and java

choila
Автор

Thanks man this is really working for me here is what i made with it. Kinda looks like a fan :D

import turtle
tur = turtle.Turtle()
length = 80
leng = 50
def turt(length):
i = 0
while i < 4:
tur.right(90)
tur.forward(length)
i +=1
def moreturt(a, b):
i = 0
while i < 3:
tur.left(90)
tur.forward(a)
turt(b)
i +=1
turt(length)
moreturt(leng, length)

bawaryassin
Автор

Great way of teaching
I learned python in a day from your videos.

sonuanand
Автор

("product price") = (500)
("credit card") = (900)
if ("product price") > ("credit card"):
print("transection failed")

buddinglearner
Автор

hey Qazi, I just wanna know that how to move forward after making a square, please respond

Calibration.
Автор

before he even does the last part like putting angle in the function I pause it and DID just that and was amaze after i continue the video that he did the same as mine.

combatxhoop
Автор

Python is much simple.
i never thought.
Sir Qazi

nahaing
Автор

In 3.6.2, it doesn't work. Can you please upload an update video?

SuperAronGamerMNO