Python Programming Tutorial - 16 - Keyword Arguments

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

All your python tutorials are really helping me to flesh out my knowledge of programming languages other than the ones I already know. Anyway, I really wanted to comment because I chuckle every time I watch one of your tutorials and I look at the clock in the bottom-right hand corner. Keep up the good work.

TheDocTrier
Автор

making videos at 3:30 am SALUTE to you

adityaroyalmatturi
Автор

I have created this 2 functions which basically calculate the length of a vector and then normalise it

myvec = [1, 1.5, 2.1]

import math
def length(x=0, y=0, z=0):
length =
return length

def normalize(x, y, z):
normalize = x/length(x, y, z), y/length(x, y, z), z/length(x, y, z)
return normalize

ninipopo
Автор

real legend :) at 3:00 am to teach us love you bucky..!!

z
Автор

You wake up till 3 30 and make this stuff ! :)

bqrkhn
Автор

I think I finally "get" how to use function! Thank you.

JKarle
Автор

Thanks, this helped me today with my college homework! thanks:)🧡

mekhalakarunaratne
Автор

by watching your all parts in 2021 i knew that tuna is your favourite food. love from india

imtesalurrahman
Автор

for n in range(100):
print('Bucky\'s awesom!')
I just like your tutorials :-) I even klick on stupid commercials because of it. Thanks man!

petarpetrovic
Автор

binge-watching your tutorials and actually I'm quite agree with Bucky is awesome.

hungvunguyen
Автор

Dude out here making a youtube video at 3:30am on a wednesday

_georgeprince
Автор

Grammar Police, here; "gently" is an adverb, not a noun. But that sentence is Internet gold. :)

redcrimson
Автор

"sally farts gently" :D
that's why i like these TUTOS

MoCrits
Автор

i Like your video's. You're making it interesting and funny at same time

TheNickoSam
Автор

Take it from me, Sally doesn't fart gently.

PARIT
Автор

who else guessed item = tuna before he typed it? :P

ganeshvicky
Автор

The code's font size is great; I'm sure I ultimately can see it with a microscope!

bobkay
Автор

Python Calculator:print("1 = Add, 2 = Subtract, 3 = Mult, Other = Divide")
def calc(Type = 1, Num1 = 1, Num2 = 1):
    Answar = 2
    if Type == 1:
        Answar = Num1 + Num2
        return Answar
    elif Type == 2:
        Answar = Num1 - Num2
        Answar
    elif Type == 3:
        Answar = Num1 * Num2
        return Answar
    else:
        Answar = Num1 / Num2print(calc(your values here))

theultimateprogrammer
Автор

while bucky_eats_tuna:
if sally_farts_gently:
breakup

nubSawace
Автор

I like your videos, however since you are only typing in a few lines would be nice for us visually impaired to have larger text or zoom in on the text.

judo-rob
welcome to shbcf.ru