Python for Beginners | Ep -11 | String and List Splicing| Tamil | code io

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 พ.ย. 2024
  • Python for Beginners | Ep -11 | String and List Splicing| Tamil | code io
    String Splicing
    List Splicing
    code io
    Follow us in Instagram for more updates
    / code.i.o
    Hash Tags
    #Python​​​​​ #Python​​​​-Beginners​ #python​​​​-tamil

ความคิดเห็น • 82

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

    you are a lifesaver brooo. thankkyouu soo muchh

  • @Kamaleshkarthic
    @Kamaleshkarthic 15 วันที่ผ่านมา

    Loved you explanation, Simple yet awesome:)

  • @rahav1994
    @rahav1994 ปีที่แล้ว +7

    (20,30,40,60)

  • @NareshKumar-og3qy
    @NareshKumar-og3qy 5 หลายเดือนก่อน +6

    a=input("Enter a string:")
    k=a[ : :-1]
    if(k==a):
    print("The given string is a 'PALINDROME'")
    else:
    print("The given string is not a 'PALINDROME'")

    • @PavisnaPavisna-ko2oh
      @PavisnaPavisna-ko2oh 2 หลายเดือนก่อน +1

      a='troll geek'
      k=KEEG LLORT
      k==a
      ===> NOT PALINDROME

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

    Anna ur teaching good anna

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

    keep posting more videos
    u are doing a great job
    respect brooo

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

      Thank you!!!

  • @Arulkanna
    @Arulkanna 12 วันที่ผ่านมา

    A is the correct option..

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

    Bro.... Next video on OOP concepts !!

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

      Coming soon

  • @PavisnaPavisna-ko2oh
    @PavisnaPavisna-ko2oh 2 หลายเดือนก่อน +1

    a)(20,30,40,60)
    n-1=4

  • @SivaKumar-rc4zq
    @SivaKumar-rc4zq 9 หลายเดือนก่อน +3

    Option (b)

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

      option A is the correct answer bro

  • @kuttykutty6284
    @kuttykutty6284 7 หลายเดือนก่อน +2

    Answer is ; A

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

    Option A

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

    Anna yena step value 2 kudutha one string skip aguthu and step value 3 kudutha 2 strings skip aguthu

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

    Need oops concept in python.

  • @BaluR-f6j
    @BaluR-f6j 10 หลายเดือนก่อน

    A)(20,30,40,60)

  • @ooruvambuvangaottukaekalaa7623
    @ooruvambuvangaottukaekalaa7623 8 หลายเดือนก่อน

    Its option B, as he used "," after the tup

  • @ArukkaniThavasi-ue1qn
    @ArukkaniThavasi-ue1qn 10 หลายเดือนก่อน

    Bro print line le braked changes pannanu

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

    Answer is a) bro

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

    Options A

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

    A is the answer bro

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

    Anna, entha output venum ennakku
    a a a a a
    name='ababababab'
    print(name[0:10:2],sep=' ')
    but output is aaaaa
    anna, enna code ezhuthuna output : a a a a a
    varum for string: name='ababababab'

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

      name= 'ababababab'
      name1= name.replace('b'," ")
      print(name1)

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

      @@jackada301 👌👌👌

    • @NandhakumarR-gs1ot
      @NandhakumarR-gs1ot ปีที่แล้ว +2

      a="ab ab ab ab ab"
      b=len(a)
      print(a[0:b:2])
      You are create ab and ab between size of 2space
      Output:a a a a a

  • @Bharanikumar-hq5uk
    @Bharanikumar-hq5uk 3 หลายเดือนก่อน

    (20, 30,40,60) A

  • @DharshiniP-zm2sz
    @DharshiniP-zm2sz ปีที่แล้ว

    Option (A)

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

    Option d

  • @RajaKaran-jo5os
    @RajaKaran-jo5os ปีที่แล้ว

    Anna list comprehensions pathi oru video podunga pls onnum purla

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

      Sure bro..

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

    Answer is B ()

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

    Ans : A

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

    20,30,40,60

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

    Option a

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

    b. () answer

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

    answer A

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

    can we use this same slicing concept for set and range? anyone please answer.

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

    Answer option A

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

    Option A

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

    after bracket comma(,) is denoted.

  • @ulloor_photography
    @ulloor_photography 10 หลายเดือนก่อน

    A)

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

    👌👌👌

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

      😊😊🙏🙏🙏🙏

  • @sepsep-yc3ut
    @sepsep-yc3ut 10 หลายเดือนก่อน

    Sir option a

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

    A

  • @ashlintechno9398
    @ashlintechno9398 8 หลายเดือนก่อน

    A

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

    A, (20, 30,40,60)

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

    B

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

    Answer:
    D) Error
    Because 'Tup' is a single element tuple.

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

      awesome

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

      @@mohamediburahimp7661 In tuples, individual elements are separated by commas. So in the given tuple 'Tup', we have only one element in its 0 index but we are asking the interpreter to print the elements of the tuple from the 1st index to 4th index, for which the tuple has no elements. So, we get the output as ERROR.
      Hope you understood it bro 😄

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

      👍👍👍

    • @nandhiniruby-xr2mu
      @nandhiniruby-xr2mu ปีที่แล้ว +1

      ​@@prithiviraaj5090 thank you for clearful explanation 💫👍

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

      Bro, how u r saying from 1st to 4th index there is no element, how come the answer is error...can u pls explain bro because if I run the code I got (20, 30, 40, 60)

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

    Option D error 🤧

  • @k.v.balachandhar5599
    @k.v.balachandhar5599 ปีที่แล้ว +1

    Option D

  • @NandhakumarR-gs1ot
    @NandhakumarR-gs1ot ปีที่แล้ว

    (20,30,40,60)

  • @gk143.......5
    @gk143.......5 ปีที่แล้ว

    Options A

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

    Option a

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

    A

  • @kishorem-sf7io
    @kishorem-sf7io 5 หลายเดือนก่อน

    A

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

    Option A

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

    Option a

  • @GayathriM-q3x
    @GayathriM-q3x ปีที่แล้ว

    A

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

    A

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

    A

  • @S.JEYAPARAN
    @S.JEYAPARAN 7 หลายเดือนก่อน

    A

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

    A

  • @navaneethakrishnan.s9287
    @navaneethakrishnan.s9287 3 หลายเดือนก่อน

    A

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

    Option A

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

    A