Python default arguments are awesome! 👍

  Рет қаралды 40,341

Bro Code

Bro Code

Күн бұрын

Пікірлер: 46
@BroCodez
@BroCodez 2 жыл бұрын
# ----- EXAMPLE ----- def net_price(list_price, discount=0, tax=0.05): return list_price * (1 - discount) * (1 - tax) # print(net_price(500)) # print(net_price(500, 0.1)) # print(net_price(500, 0.1, 0)) # ----- EXERCISE ----- import time def count(end, start=0): for x in range(start, end+1): print(x) time.sleep(1) print("DONE!") # count(10) # count(30, 15)
@Rosebeautyshop1234
@Rosebeautyshop1234 2 жыл бұрын
Please make more on default arguments...
@smaransure2234
@smaransure2234 2 жыл бұрын
Bro they actually are awesome I always use them
@e-dit-z3974
@e-dit-z3974 2 жыл бұрын
You deserve millions
@farooqkota8692
@farooqkota8692 6 ай бұрын
Agreed 💯
@auggiea9195
@auggiea9195 Жыл бұрын
U are so good at explaining these concepts! Thank u!
@studyingasyouwere
@studyingasyouwere 2 жыл бұрын
Thank you for an awesome video. I found your videos while I was making a video on creating the Snake game in Python. Subscribed immediately 😆
@ViktorSamosiuk-wu5fq
@ViktorSamosiuk-wu5fq 8 ай бұрын
It is absolutely great! I like python.
@Dexeyz
@Dexeyz Жыл бұрын
amazingly underrated video, explained perfectly. thank you bro code
@krzysiekkrzysiek9059
@krzysiekkrzysiek9059 2 жыл бұрын
Good voice and excellent explanation 👍.
@hayronstitsantanamartinez
@hayronstitsantanamartinez 2 жыл бұрын
Thanks for everything. Keep going.
@davidbandini3484
@davidbandini3484 2 жыл бұрын
thank you so much for the video
@onlinecreations7781
@onlinecreations7781 2 жыл бұрын
Well explained ❤️
@sumitpaul2003
@sumitpaul2003 2 жыл бұрын
By any chance did you make any videos on introduction to Git & GitHub for beginners?... Ur videos are nicely explained and really thx, i really learned basics of python through your videos
@skyisthelimpet
@skyisthelimpet 2 жыл бұрын
Your explanation is very good and clear. Love your vids bro
@hesham-d5m
@hesham-d5m 5 ай бұрын
thanks! the best course ever.
@jokeguy5946
@jokeguy5946 2 жыл бұрын
Nice
@NotTheHeroStudios
@NotTheHeroStudios Жыл бұрын
How are you so good at explaining stuff so easy
@piotrkopcewicz5227
@piotrkopcewicz5227 2 жыл бұрын
defaults arguments are defaults,love them :) thx
@Its.all.goodman
@Its.all.goodman 2 жыл бұрын
Cool buddy 😎 👍
@minecraftprzemyslaw15PL
@minecraftprzemyslaw15PL 2 жыл бұрын
nice tut
@The-Martian73
@The-Martian73 2 жыл бұрын
Mr. Bro , you're awesome Yeah, let's defeat the KZbin algorithm 🥋
@saipavan77
@saipavan77 2 жыл бұрын
Perfect
@awesomedude4428
@awesomedude4428 2 жыл бұрын
You're amazing!!!
@bekturasanbekov1979
@bekturasanbekov1979 Жыл бұрын
thx 4 vid bro !
@damakoushik3606
@damakoushik3606 2 жыл бұрын
Sir please make the video on sql sir
@flamingice1
@flamingice1 9 ай бұрын
wooow, ty for the vid ngl my teacher exaplaining this made no sence. btw what does time.sleep(1) do?
@Sturziii
@Sturziii 2 жыл бұрын
I am currently learning Java. Is this approach the same as "overloading methods" ?
@BroCodez
@BroCodez 2 жыл бұрын
very similar
@Weblearns
@Weblearns 2 жыл бұрын
How did you add Fundraiser symbol, can you please provide me some info.
@NamNguyen-mz4yh
@NamNguyen-mz4yh 2 жыл бұрын
Well u can adjust the time in time.sleep() by how fast do u want to
@meghanamewati3890
@meghanamewati3890 2 ай бұрын
Where did he taught positional argument?
@SkyFly19853
@SkyFly19853 2 жыл бұрын
It can be used in a video game made in Python... 🤔
@jadotati7641
@jadotati7641 2 жыл бұрын
Can you please make more java swing apps!!
@BroCodez
@BroCodez 2 жыл бұрын
I'm taking a break from Java for now, there's 150+ videos lol
@056vatsalapandey3
@056vatsalapandey3 6 ай бұрын
why did we add 1 at end
@Shohjahon149
@Shohjahon149 2 жыл бұрын
Please make node js react vue js tutorials why all the time the same pyhthon and MySql
@BroCodez
@BroCodez 2 жыл бұрын
that's what people voted for in the past
@angryman9333
@angryman9333 2 жыл бұрын
@@BroCodez please do Nodejs
@Dyson-yq1mk
@Dyson-yq1mk 3 ай бұрын
Bro : tax = 0% The irs: 🤨
@Infinity540
@Infinity540 2 жыл бұрын
brooo
@hashimgoran8724
@hashimgoran8724 Жыл бұрын
Fortnite default😂😂
@Uberdurden
@Uberdurden Жыл бұрын
def products(we_bougt, its_price, its_total_taxes): print(f'we bought a {we_bougt}') print(f'its total price is a {its_price} dollar') print('total taxes is', its_total_taxes ) print('total is you will pay is a',its_price + its_total_taxes) products('Xbox Series S', 550 , 0.15) WE CAN MAKE SOMETHING ON LIKE THAT WE DO NOT NEED TO A RETURN THINGS:)))))
@dolevzulta1403
@dolevzulta1403 Жыл бұрын
תעשה לי ילד
Python keyword arguments are awesome! 🗝️
6:44
Bro Code
Рет қаралды 36 М.
Python Classes in 1 Minute!
1:26
b001
Рет қаралды 296 М.
Andro, ELMAN, TONI, MONA - Зари (Official Audio)
2:53
RAAVA MUSIC
Рет қаралды 8 МЛН
I Sent a Subscriber to Disneyland
0:27
MrBeast
Рет қаралды 104 МЛН
What is Scope in Python??
10:25
b001
Рет қаралды 57 М.
Please Master These 10 Python Functions…
22:17
Tech With Tim
Рет қаралды 265 М.
Python *ARGS & **KWARGS are awesome! 📦
14:54
Bro Code
Рет қаралды 89 М.
Functions in Python are easy 📞
10:38
Bro Code
Рет қаралды 639 М.
AsyncIO, await, and async - Concurrency in Python
9:12
Socratica
Рет қаралды 119 М.
10 Important Python Concepts In 20 Minutes
18:49
Indently
Рет қаралды 469 М.
"groupby" in Python is Awesome
8:56
Indently
Рет қаралды 6 М.
5 Python Libraries You Should Know in 2025!
22:30
Keith Galli
Рет қаралды 89 М.
Positional-only and keyword-only arguments in Python
9:48
mCoding
Рет қаралды 85 М.
Learn Python OOP in under 20 Minutes
18:32
Indently
Рет қаралды 177 М.