How to confuse a Python Developer?

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ม.ค. 2025

ความคิดเห็น • 1K

  • @amanraj-pb9ur
    @amanraj-pb9ur 2 ปีที่แล้ว +92

    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

    • @Riproo07
      @Riproo07 3 หลายเดือนก่อน +1

      wtf

    • @starfromheaven1
      @starfromheaven1 2 หลายเดือนก่อน

      Bro c hai kya

  • @iAm_Rohit_Raj
    @iAm_Rohit_Raj 2 ปีที่แล้ว +2624

    comma ( , ) is missing b/w Jerry and Carry.
    "Code never lies" 😂

  • @ettisafxrup
    @ettisafxrup 2 ปีที่แล้ว +156

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

    • @emh1164
      @emh1164 ปีที่แล้ว +5

      harry mast teacher ha pura developer harry bhai sa dartaha

  • @CrazyGaming-zh3qk
    @CrazyGaming-zh3qk 2 ปีที่แล้ว +601

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

    • @littleegg8513
      @littleegg8513 2 ปีที่แล้ว +9

      bhai unhe legends nhi nalaik kehete hain

    • @solenoid6545
      @solenoid6545 2 ปีที่แล้ว +3

      I got the answer and to confirm it I opened comments section

    • @dipankajsingh3019
      @dipankajsingh3019 2 ปีที่แล้ว

      🤣🤣

    • @codwebgamer8592
      @codwebgamer8592 6 หลายเดือนก่อน +1

      ultra legends opening comment section to answer the question.

  • @Golem2GameOfficial
    @Golem2GameOfficial 3 หลายเดือนก่อน +8

    You forget comma (,)
    for example:
    1 = ["Harry",
    "Larry",
    "Jarry"
    "Carry"]
    print(len(1))
    # And there was missing comma in 3rd line so the result are 3
    and 2nd example:
    1=["Harry",
    "Larry",
    "Jarry",
    "Carry"]
    # there was no missing comma (,)
    print(len(1))
    # therefore the result are 4

  • @Anonymous-om5ql
    @Anonymous-om5ql 2 ปีที่แล้ว +162

    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.

    • @prakharagrawal6168
      @prakharagrawal6168 2 ปีที่แล้ว

      no it evaluates as "JerryCarry"

    • @hritabratamajumder3804
      @hritabratamajumder3804 2 ปีที่แล้ว

      Yes exactly it considered as one element

    • @abhinavmalviya6934
      @abhinavmalviya6934 ปีที่แล้ว +2

      numering in python starts with 0 like 0,1,2,3
      i am so late

    • @roshan77813
      @roshan77813 6 หลายเดือนก่อน

      ​@@abhinavmalviya6934 Not in case of len()

  • @vivekjadhav2092
    @vivekjadhav2092 2 ปีที่แล้ว +4

    List counting starts from ( 0,1,2,3 )

  • @MrShashank40
    @MrShashank40 2 ปีที่แล้ว +9

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

  • @rexes6000
    @rexes6000 2 ปีที่แล้ว +541

    Because jerry and carry were 2 souls in 1 body 😂

    • @8-bitrage982
      @8-bitrage982 2 ปีที่แล้ว +8

      lol but python starts counting from 0 like in whole numbers and count's comma's as list length

    • @rexes6000
      @rexes6000 2 ปีที่แล้ว +10

      @@8-bitrage982 I know. You just didn't get the joke.

    • @8-bitrage982
      @8-bitrage982 2 ปีที่แล้ว

      @@rexes6000 got it but there were 3 comma's and python count's the comma's so the answer was 3

    • @rexes6000
      @rexes6000 2 ปีที่แล้ว

      @@8-bitrage982 Watch the video carefully. There are 2 commas, not 3. And python doesnt counts commas, it counts the element after the comma. Since, "jerry" and "carry" were not seperated with commas, it joined the 2 strings together to make it a single element.

    • @8-bitrage982
      @8-bitrage982 2 ปีที่แล้ว +1

      @@rexes6000 i did the practical using 4 commas and the answer was 4 try doing the practical then tell

  • @needi_developer
    @needi_developer 9 หลายเดือนก่อน +2

    Jaaduu haryy bhai jaaduuu😂😂

  • @adarshgourabmahalik9762
    @adarshgourabmahalik9762 2 ปีที่แล้ว +42

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

    • @dastagirwajahat
      @dastagirwajahat 2 ปีที่แล้ว +1

      If is intended

    • @amitjha1837
      @amitjha1837 2 ปีที่แล้ว

      But, where is the concatenation operator?

  • @KRISHNA-jy3dd
    @KRISHNA-jy3dd ปีที่แล้ว +1

    15 second mein galti pakad li maine 😂 comma bhul gaye

  • @prakharagrawal6168
    @prakharagrawal6168 2 ปีที่แล้ว +13

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

  • @YugrajRana666
    @YugrajRana666 11 หลายเดือนก่อน +1

    very important part thankyou

  • @krishna290gamer2
    @krishna290gamer2 ปีที่แล้ว +3

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

  • @amanraj-pb9ur
    @amanraj-pb9ur 2 ปีที่แล้ว +2

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

    • @alfaizkhan2925
      @alfaizkhan2925 2 ปีที่แล้ว

      I am a java programmer
      Lol

    • @alfaizkhan2925
      @alfaizkhan2925 2 ปีที่แล้ว

      You Ans In Java boolean tr = True == (True*[3]) System.out.println(tr.substring(2));
      tr = tr.replace('2', '2.4');
      The ans in java is False/True

    • @Om-Tiwari
      @Om-Tiwari 29 วันที่ผ่านมา

      what are you doing now'

  • @iamking.....1205
    @iamking.....1205 3 หลายเดือนก่อน +5

    Iske baad gilharry...😂😂😂

  • @pawanlal2194
    @pawanlal2194 9 หลายเดือนก่อน

    Q K array Hai,
    Indices 0 1 2 3

    • @FundamSrijan
      @FundamSrijan 3 หลายเดือนก่อน +1

      Na , comma missing
      Jis se 🐍 dono 🧵 ko add kar deta hai

  • @iuseneovim
    @iuseneovim 2 ปีที่แล้ว +213

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

    • @munna-yt0407
      @munna-yt0407 2 ปีที่แล้ว +1

      Tum to bade havvy developer ho ji

    • @VenomGamingnp
      @VenomGamingnp 2 ปีที่แล้ว +1

      This way it should be 4

    • @iuseneovim
      @iuseneovim 2 ปีที่แล้ว +1

      @@VenomGamingnp can't you see that comma is missing

    • @Mayukh04
      @Mayukh04 2 ปีที่แล้ว

      Comma is missing between Jerry and Carry so Python is accepting 2 strings as a single unit string so length is 3..BTW I just got into Python I am kid lol

  • @smartlogicsim9847
    @smartlogicsim9847 ปีที่แล้ว +2

    Because the last element of the list is "JerryCarry" not "Carry"
    This is because comma (,) was not added after "Jerry"

  • @StoneAge20908
    @StoneAge20908 2 ปีที่แล้ว +3

    Harry Bhaiya
    Python Gamming tutorial dalo plz

  • @bhavna.2
    @bhavna.2 ปีที่แล้ว +1

    I know they show 3 because forward ⏩ indexing start as 0123

  • @BurhanAijaz
    @BurhanAijaz 2 ปีที่แล้ว +18

    me after checking my cgpa: 0:14

  • @HBC45
    @HBC45 6 หลายเดือนก่อน +1

    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

  • @sachinraj5311
    @sachinraj5311 2 ปีที่แล้ว +16

    forget to add , after jerry

  • @ShiekhMuhammedKashan
    @ShiekhMuhammedKashan หลายเดือนก่อน +1

    bro forget the comma between jerry and carry, code never lies😂

  • @hm_yt_creator
    @hm_yt_creator 8 หลายเดือนก่อน +10

    Jerry aur carry ke beech me comma nahi hai

  • @aryanyadav7638
    @aryanyadav7638 ปีที่แล้ว

    Because of index Start from 0 to n.
    Means 3 ka matlab hai 0,1,2,3

  • @zulqarnainawan662
    @zulqarnainawan662 2 ปีที่แล้ว +20

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

  • @Hustlervibes-gl2ee
    @Hustlervibes-gl2ee 2 หลายเดือนก่อน

    You forget the comma between Jerry and carry 😂

  • @navyanshkesarwani8531
    @navyanshkesarwani8531 2 ปีที่แล้ว +3

    There is a comma missing after Jerry and before Carry, hence both are taken as a simple list item

    • @jeelani_shah2258
      @jeelani_shah2258 ปีที่แล้ว

      th-cam.com/video/aVTWxtgtgAI/w-d-xo.html

  • @dimpleverma1181
    @dimpleverma1181 2 ปีที่แล้ว +2

    This is because you havent added comma between " jerry" and " carry" Thats why they are converted into single string ie. "jerrycarry".

  • @BeingJiya
    @BeingJiya 2 ปีที่แล้ว +4

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

    • @mrdevel6664
      @mrdevel6664 2 ปีที่แล้ว

      Then it will tow because in python counting start from 0,1,2 like this

    • @Nathan477
      @Nathan477 2 ปีที่แล้ว

      @@mrdevel6664 lmao but that's length it begins from 1 in every single language.

    • @Nathan477
      @Nathan477 2 ปีที่แล้ว

      @@mrdevel6664 be it English Chinese Japanese C C# Java Python whatnot xd

    • @mrdevel6664
      @mrdevel6664 2 ปีที่แล้ว

      @@Nathan477 no it begins with 0 he told in his python course

  • @IshmeetSinghBaweja
    @IshmeetSinghBaweja ปีที่แล้ว +1

    Humse chalaki nahi chalegi bhaiya..😅😂

  • @vikash727
    @vikash727 2 ปีที่แล้ว +3

    Because - In python counting starts from zero

    • @shadowgamer5971
      @shadowgamer5971 ปีที่แล้ว +1

      No, this rule is only for index,
      Here he didn't put a coma between "jerry" and "carry" so it's like "jerry""carry",that is why len is 3

  • @rishikhanna7854
    @rishikhanna7854 ปีที่แล้ว +2

    Comma Mein nhi jao comma(,) is missing

  • @pratik298
    @pratik298 2 ปีที่แล้ว +3

    U didn't use , before carry isliye 3 aa rha he

  • @Gaming_Zone.669
    @Gaming_Zone.669 5 หลายเดือนก่อน +1

    Phele Jerry phir carry aur phir lorry 😅😅

  • @Obito____Uchiha
    @Obito____Uchiha 2 ปีที่แล้ว +4

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

    • @Anonymous-wz9rk
      @Anonymous-wz9rk 2 ปีที่แล้ว

      In any language the count of a list takes the first term as zero(0), second term as(1), third as(2), fourth as(3), that's why

    • @NobodyKnows098
      @NobodyKnows098 2 ปีที่แล้ว

      You are right

    • @YouKnowWho288
      @YouKnowWho288 2 ปีที่แล้ว +1

      @@Anonymous-wz9rk No, bro.

    • @adityachache
      @adityachache 2 ปีที่แล้ว +1

      @@Anonymous-wz9rk length = no of item in that list
      What you're saying is indexing not length

    • @Anonymous-wz9rk
      @Anonymous-wz9rk 2 ปีที่แล้ว

      Ohhk dude mb

  • @sumitghotane7429
    @sumitghotane7429 2 ปีที่แล้ว +1

    indexing start from 0

  • @MonkeyDluffy_111
    @MonkeyDluffy_111 8 หลายเดือนก่อน +3

    0 is also counted

    • @rudraray1665
      @rudraray1665 8 หลายเดือนก่อน +1

      len() function doesn't work like that bro

    • @_SushmaGoyal
      @_SushmaGoyal 8 หลายเดือนก่อน +1

      tell me you're not a python developer before saying it

    • @MonkeyDluffy_111
      @MonkeyDluffy_111 8 หลายเดือนก่อน +1

      @@_SushmaGoyal I'm not, but listen in linked list program you use pop() keyword right?
      There you can add pop(0) or pop(1) or any number u want in the specific range so i told (0) does counts

    • @MonkeyDluffy_111
      @MonkeyDluffy_111 8 หลายเดือนก่อน +1

      @@rudraray1665 but pop() does right?

  • @sharadkumarpandey6656
    @sharadkumarpandey6656 2 ปีที่แล้ว +2

    Simple, comma is missing between Jerry and Carry which acts as a separator for lists in various programming languages including Python. Thus the AI cannot separate and count Here and Carry as two different words and the length returns to be 3

  • @namashaggarwal7430
    @namashaggarwal7430 2 ปีที่แล้ว +1

    In python, indexing starts from 0 .
    So, the first string was set to 0th index and the last string was set to 3rd index

    • @Praxss
      @Praxss 2 ปีที่แล้ว +1

      In every language index starts from 0

  • @thegamingflow8933
    @thegamingflow8933 ปีที่แล้ว

    Because compiler operates in binary! Starts interpreting with Zero! If there are 4 elements in the list then it starts with zero, one, two ,and three! As return Three!

  • @subhasissahoo5278
    @subhasissahoo5278 3 หลายเดือนก่อน

    In python count start from 0
    So count will be 0,1,2,3
    So output is 3

  • @pranjalvidyarthi775
    @pranjalvidyarthi775 2 ปีที่แล้ว +1

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

  • @AshishSingh-jp9kh
    @AshishSingh-jp9kh 2 ปีที่แล้ว +1

    Bro MARRY REHA GYA 😂🤣

  • @proayush2603
    @proayush2603 2 ปีที่แล้ว

    List starts with 0
    So,
    O-larry
    1-herry
    2-jerry
    3-carry

  • @pmitra_forever
    @pmitra_forever 7 หลายเดือนก่อน

    Indexing starts from 0, so in the memory :-
    0th index - Harry
    1st index - Larry
    2nd index - Jerry
    3rd index - Carry
    Therefore, counting from 0, the length is 3 🤝🏻

    • @sahilmane2601
      @sahilmane2601 7 หลายเดือนก่อน

      Naa bro in len() function it automatically adds 1 from the index, the main problem here is that he didn't put a comma after Jerry that's why python is thinking there are only 3 strings in the list. There is no indexing problem.

  • @Toonbolt
    @Toonbolt 3 หลายเดือนก่อน

    3 is coming because it counts the index number. Index number always starts from 0

  • @TechTrendz_PrivateVIP
    @TechTrendz_PrivateVIP ปีที่แล้ว +1

    Because in python the counting is 0,1,2,3 🎉

  • @codingwithsatyam
    @codingwithsatyam 2 ปีที่แล้ว +1

    Comma is missing.

  • @jdgamesandtechnology
    @jdgamesandtechnology 6 หลายเดือนก่อน

    3 hi aayega because 3rd and 4th item ke bich comma nahi hai, python me kisi bhi list item ko comma se hi separate kiya jaa sakta hai agar do list item ke bich me comma nahi lagaya jata to in dono items ko ek hi item consider karega. You are doing a great work Harry Bhai hat's off ❤
    #harrybhai

  • @samarthbadade2545
    @samarthbadade2545 5 วันที่ผ่านมา +1

    This is the dark future of coding is AI replace the coders with in 5 years

  • @pradeep-suthar
    @pradeep-suthar 7 หลายเดือนก่อน +1

    Array ka consept 0,1,2,3

  • @human_being9
    @human_being9 ปีที่แล้ว

    Because there is no comma between "Jerry" and "Carry". So the it counted both of them as a single element instead of counting them as two different elements.

  • @jayborate2004
    @jayborate2004 3 หลายเดือนก่อน +1

    Harry Minati ❤😂😂

  • @Tech_783
    @Tech_783 7 หลายเดือนก่อน

    Because length start from whole number Such as 0 that's why the answer is 3

    • @sahilmane2601
      @sahilmane2601 7 หลายเดือนก่อน

      Naa bro in len() function it automatically adds 1 from the index, the main problem here is that he didn't put a comma after Jerry that's why python is thinking there are only 3 strings in the list. There is no indexing problem.

  • @Theparkouredone
    @Theparkouredone 6 หลายเดือนก่อน

    Guys if you are a Python developer and can't solve this then you are not taking things seriously
    The answer is 3 because he put 4 items and in python, we count from 0
    so 1 = 0, 2 = 1, 3 = 2, 4 = 3
    That's why the length is coming 3

  • @luckynarayani4604
    @luckynarayani4604 7 หลายเดือนก่อน

    Bro making the hybrid of a programmer (Harry) , a bodybuilder (Larry), a cartoon character (Jerry), and a roaster (Carry). ☠️

  • @alfaizkhan2925
    @alfaizkhan2925 2 ปีที่แล้ว

    Because, "Jerry" don't contain ( , ) so the length will be counted from index 0 to end index
    So the answer is 3.

  • @crollo3009
    @crollo3009 2 ปีที่แล้ว

    because didn't use 3 commas to separate the strings that's why last two elements were considered as single element
    Wait but the len() starts counting from 0
    🤔🤔🤔🤔

  • @SkBarik-tv7jt
    @SkBarik-tv7jt 6 วันที่ผ่านมา

    In python counting start from zero

  • @MokshitArora.
    @MokshitArora. 2 ปีที่แล้ว +1

    Jerry ke baad comma nahi hai iske Karan wo ek hi consider ho rahe

  • @aLLInOnE-ox9bo
    @aLLInOnE-ox9bo 2 ปีที่แล้ว

    It count the index value .
    Index value start from 0

  • @xipingpong
    @xipingpong ปีที่แล้ว +1

    3
    (There is no seperation between the last two lines)

  • @NilimaPradhan-us9se
    @NilimaPradhan-us9se 2 หลายเดือนก่อน

    Coming from a non-IT background, I’ve decided to explore a career in Python by enrolling myself in Moonpreneur. Let’s see where this journey takes me!

  • @lalitpagare3590
    @lalitpagare3590 2 ปีที่แล้ว

    Harry ,Larry, jerrycarry sahi to hai😂😂

  • @CristianoRonaldo-mb1jb
    @CristianoRonaldo-mb1jb 2 ปีที่แล้ว +2

    because python’s list always start with counting from 0 and then 1 then 2 then 3,
    so Harry is 0 then Larry is 1 then Jerry is 2 then Carry is the 3rd
    that’s why it print’s the length of the list to be 3
    Tell me if i am correct or wrong

  • @pinkijha3516
    @pinkijha3516 2 ปีที่แล้ว

    No that's not about comma
    It is because in pythan the length is counted like 0123. That's why it is showing 3 understood

  • @sk1793
    @sk1793 5 หลายเดือนก่อน

    Cause Last pushed value "jerry” ”carry” ,which doesn't have separator "," is considered as one value.

  • @ms.factstore
    @ms.factstore ปีที่แล้ว +1

    kyoki list me ginti 0 se start hoti hai 0,1,2,3

  • @avijeetbiswas9933
    @avijeetbiswas9933 ปีที่แล้ว

    Index starts with 0 so the length is 0,1,2,3

  • @abdullah_iftikhar
    @abdullah_iftikhar 2 ปีที่แล้ว +1

    Realized on first try that there is no comma between "Jerry" and "Larry"

  • @CustomTkinter
    @CustomTkinter 2 ปีที่แล้ว

    You removed the comma which is typcaseted in same length....... 🤗🤗🤗😃😃😃

  • @iftikhar3731
    @iftikhar3731 2 ปีที่แล้ว

    indexing starts from 0, that's why

  • @awmdanger9677
    @awmdanger9677 2 ปีที่แล้ว +1

    Last me comma nahi tha.

  • @codewithyuvi24
    @codewithyuvi24 ปีที่แล้ว

    0-herry 1-jarry 2-lerry 3-carry

  • @saipritampanda
    @saipritampanda 6 หลายเดือนก่อน +1

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

  • @cypherorpheous8680
    @cypherorpheous8680 2 ปีที่แล้ว +1

    Jerry ke baad comma nahi diye ho

  • @7hofficial932
    @7hofficial932 2 ปีที่แล้ว +1

    Missing comma (,) 🤣🤣
    Nice acting broo..👍🏻👍🏻😅

  • @PrakashKumar-wt9uu
    @PrakashKumar-wt9uu 2 ปีที่แล้ว +2

    Indexing will be like 0,1,2 and hence length is 3

  • @Hypergaming1202.
    @Hypergaming1202. ปีที่แล้ว

    because in python list index start from 0 it means 4=3

  • @cristiano.ronaldo.official.
    @cristiano.ronaldo.official. ปีที่แล้ว

    Because python counts from 0. And you have written 4 it's means 3 valuse means 0,1,2,3

  • @shradheymishra6167
    @shradheymishra6167 7 หลายเดือนก่อน +1

    no comma between jerry and carry

  • @shalinisingh776
    @shalinisingh776 2 ปีที่แล้ว

    Because in python, index start from 0

  • @deroyacecreations8739
    @deroyacecreations8739 2 ปีที่แล้ว +1

    Missed the comma between 🐀 and 🛍

  • @adeelseraj9767
    @adeelseraj9767 7 หลายเดือนก่อน

    Jerry and Carry: Hum dono aik hi unit hain

  • @hsntemp5079
    @hsntemp5079 2 ปีที่แล้ว

    it can be because : length of list is 4 the compiler subtract 1 from the list

  • @epic_cast-i2l
    @epic_cast-i2l 2 ปีที่แล้ว

    Jerry ke baad comma nhi he bro, to uske wajah se vo sing string ban gyi that's why usme length 3 aa rhi he. Check if you don't believe!

  • @Mildcode
    @Mildcode 3 หลายเดือนก่อน

    Because in line 3 of list there is no comma so python merges the 3 and 4 string and make new 3rd string that's why answer is 3

  • @BeginnersCoders-ut9zz
    @BeginnersCoders-ut9zz 11 หลายเดือนก่อน

    Print aapne length ki to length print Hui hai
    print (len(l)) o/p =3
    Print (l) o/p= Herry Jerry Cerry

  • @abhimanyurastogi2922
    @abhimanyurastogi2922 ปีที่แล้ว

    Because forward index start with 0 ,1,2,3

  • @ShivamKumar-m3f6o
    @ShivamKumar-m3f6o 4 หลายเดือนก่อน

    Because it starts from 0 like
    Shyam 0
    Ram 1
    Nam 2
    Kam 3
    Output will be 3

  • @Visualgamer-cg1eo
    @Visualgamer-cg1eo 5 หลายเดือนก่อน

    Because it counts starts with 0,1,2,and3

  • @BijoyPantu
    @BijoyPantu 6 หลายเดือนก่อน

    Because you didn't use comma after 3rd string. So it merged as a one whole string

  • @creativityworld5824
    @creativityworld5824 ปีที่แล้ว +1

    No comma after "Jerry" so it is treating Jerry and Carry and one

  • @manojkumar-ej8bx
    @manojkumar-ej8bx ปีที่แล้ว

    Do we have any code in python or in Linux for shifting column to rows data like.
    Input file like Input.txt have below data
    Shyam
    1
    2
    3
    Shyam
    7
    2
    Shyam
    X
    Y
    Z
    A
    Required output.txt have below data
    Shyam 1, 2, 3
    Shyam 7, 2
    Shyam X, Y, Z, A

  • @tanvirkhan6707
    @tanvirkhan6707 2 ปีที่แล้ว

    Where is the comma between Jerry and carry 😂😂😂

  • @littleegg8513
    @littleegg8513 2 ปีที่แล้ว

    u didnt put comma between carry snd jerry i saw that 😂