Beginner Python Tutorial 14 - modulus

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


~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
Рекомендации по теме
Комментарии
Автор

I was really having a tough time with this concept through my text book. Your explanation at 1:18 did it for me. Thanks a bunch buddy.

hoot
Автор

14 for 14. The pizza example works really well for explaining this operator

mearapellar-kosbar
Автор

when learning a new language I always look at your videos first, you got me into C programming. Thanks man, classic pizza examples like you did in c lol

sinnervil
Автор

How about 3%4? The answer Is 3, but I’m still having trouble wrapping my head around that. I tried working it out with your pizza example. Any thoughts?

davidtrinidad
Автор

Damnnn i am really appreciate you. My mind just was stopped work when i came to this. Thank you

anonym
Автор

thank you, can you speak about == or = ?,
for example:
a=3
a==a --> True
a=a --> error
i don't understand .. why we need double = ??

firdausazad
Автор

Thanks for the video.
You did not talk about what happens if the numerator is smaller than the denominator. Ex: 50 % 100

dviant
Автор

I'm using Sublime text as text editor. My question is when I run your pizza example I get ("leftover", 1) instead of leftover 1 (my return has parenthesis, comma etc.) Why is this? Thanks.

mekhtoub
Автор

Do you have OOP training session? Or are you planing to?

xuanhan
Автор

Strange operator. I have no clue why anyone would ever want to use this but I guess I’ll find out.

Larimuss