Python String Slicing Examples with For Loops | Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ก.ย. 2024

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

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

    I like how you explain each line of code step by step in great details, this helped me in understanding of string slicing better.

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

    Beautiful example here's my implementation:
    message = "Hello, World!"
    def slicing(start, end):
    print(message[start:end])
    for num in range(len(message)):
    slicing(num, num + 2)

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

    This video was so helpful. I wouldn't have solved the questions on MITx without watching this explanation.

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

    Hello, from Spain. I just discovered your channel, and I only can say: Thank you very much!! This kind of short videos with lots of tips for newbies are jjust the best. This one was specially helpful for me. Very vey didactic which is not the normal in any tutorials. congratulations for your fantastic work and thanks again!

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

    This video was essential for me in order to solver the problems, thank you so much!

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

      Thank you. I'm very glad it helped you solve the problems. 🙂

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

    Thank you so much. This video was so helpful 🙏 I won't have solved the Plate PSET in Edx CS50P

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

    Subscribed! Superb explanation by the best TA!

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

    why the hell this video is soo under rated😵‍💫😫

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

    thanks you so much. this clip help me at the last minute.

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

    thank you! rally great video

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

    You are too good in explaining python coding

  • @frankie8086
    @frankie8086 3 ปีที่แล้ว

    Just subbed! Helped me out so much! I was struggling real hard with a problem. Eres hispana?

  • @moirangthemvishalsingh
    @moirangthemvishalsingh 3 ปีที่แล้ว

    Keep making

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

    6.001x after class discussion. IYKYK

  • @BrightFuturePrograming
    @BrightFuturePrograming 11 หลายเดือนก่อน

    Mom your video very helpful.
    While True:
    print("love you mom ")

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

    Thanks mom!

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

    Thank you mam

  • @aidanknoll1019
    @aidanknoll1019 3 ปีที่แล้ว

    first