How to confuse a Python Developer?

preview_player
Показать описание
#shorts
In this video, we will see how you can easily confuse a python developer!

python, C, C++, Java, JavaScript, and Other Cheetsheets [++]:

►Learn in One Video[++]:

►Complete course [playlist]:

Follow Me On Social Media
Comment "#HarryBhai" if you read this 😉😉
Рекомендации по теме
Комментарии
Автор

comma (, ) is missing b/w Jerry and Carry.

"Code never lies" 😂

iAm_Rohit_Raj
Автор

Legends opening comment section as soon as hears the question 🤣🤣

CrazyGaming-zhqk
Автор

You : forgot to add a,
Your code : Ekdin mar jayega 🤣

ettisafxrup
Автор

Because jerry and carry were 2 souls in 1 body 😂

rexes
Автор

I Think You Forgot A Comma Between The Strings "Jerry" And "Carry", It's String Concatenation

adarshgourabmahalik
Автор

you didn't put a comma between "Jerry" and "Carry"
so it evaluates to "Jerry""Carry" (a single element) and hence the length is 3.

Anonymous-omql
Автор

Due to not seperated list by comma example : [ "Harry", "Lerry", "Jerry" + "Carry"] Len function adding two string if it is not seperated by comma in the list but other hand if it's a string then it will Count Every Character From the string but if any Variable contain multiple string then it will count string words:

example:
var = "Harry", "Lerry", "Jerry" + "Carry"
print(var)

Output is : 3

Var = "Harry" "Lerry" "Jerry" "Carry
print(Var) # It will count the character due to does not seperated by any comman.

Output is : 20

amanraj-pbur
Автор

hahahah I was confuse but I watched it again and realized he didn't insert comma(, ) after Jerry

zulqarnainawan
Автор

"Jerry" and "carry" implicitly converted into a single string

mrrobot
Автор

Harry bhai trying to hide his smile while he leaves a comma intentionally🤔🤔

prakharagrawal
Автор

Let me sucks your brain 🧠: Try this
Step-1 True, True, True==True, True, True
Then it shows a tuple
Step-2 (True, True, True)==True, True, True.
Now it show a False with Trues.
Try first then tell me 🤔 how is that?

memeplay
Автор

One of the irritating scenes when you get invalid syntax after multiple tries. 😓

MrShashank
Автор

Jerry aur carry ke beech me comma nahi hai

hm_yt_creator
Автор

I have a Challenge For You sir : Write This Code True, True, True == (True, True, True) in python and Why it is output

amanraj-pbur
Автор

Due to the absence of a comma (, ) after Jerry. For this the compiler thinks that Jerry Carry is 1 element of the list L

saipritampanda
Автор

"Jerry" and "Carry" is not seperated by comma thus resembles a single element

krishnagamer
Автор

Yah indexing ki vajah se hua Hai python main indexing zero se start hoti hai isliye 0, 1, 2, 3 to total elements 3 dikha raha hai but actually four hai direct account karte Hain tho

astroarya
Автор

Harry Bhaiya
Python Gamming tutorial dalo plz

StoneAge
Автор

AAP JAB BHI PADHA TE HO TO SAMAJ NI AATA KYO NAI PATA MAI AAP KA PYTHON WALA VIDEO 2 GHANTA DEEKHA MERE DEEMAG MAI THODA SA BHI NI GAYA UPPER SE MAI SOCHA KE NOTES KE KARAN HOGA TO MAI NOTES BANA KE LIKHNA CHALU KIYA TO BHI SAMAJ NI AAYA AAP BTAO MERE KO KYA KRNA CHAHEYE 👕🙏🙏🙏🙏🙏😭😭😭😭

rajfoodie
Автор

I am not a Python developer but i think u don't write one a komha aftet Jerry.
Am i right???

Obito____Uchiha