String Methods in Python (Part 1)

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • Python Programming: String Methods in Python (Part 1)
    Topics discussed:
    1. strip() String Method in Python.
    Python Programming Playlist: • Python Programming
    Follow Neso Academy on Instagram: @nesoacademy (bit.ly/2XP63OE)
    Contribute: www.nesoacadem...
    Memberships: bit.ly/2U7YSPI
    Books: www.nesoacadem...
    Website ► www.nesoacadem...
    Forum ► forum.nesoacad...
    Facebook ► goo.gl/Nt0PmB
    Twitter ► / nesoacademy
    Music:
    Axol x Alex Skrindo - You [NCS Release]
    #PythonByNeso #PythonProgramming #PythonStringMethods

Комментарии • 7

  • @ishavairale3820
    @ishavairale3820 11 месяцев назад +1

    Thank you for your excellent lecture... ❤

  • @yathishkumary1867
    @yathishkumary1867 Год назад +1

    Thank you for your lectures!!. Please kindly complete the Discrete Mathematics and Compiler Design Series.

  • @deepdeepdeep1529
    @deepdeepdeep1529 11 месяцев назад

    Thanks

  • @Naveen_kumar_4k
    @Naveen_kumar_4k 6 дней назад

    6:13

  • @srinivaasdaseri5
    @srinivaasdaseri5 Год назад +1

    7:39 why that will stops... what's the logic

    • @GaganSingh-dw8mz
      @GaganSingh-dw8mz Год назад +3

      It stops at r because r is not included in the argument given in .strip(). But after this, the same procedure won't be repeated with the left side again.

    • @hepp00
      @hepp00 Месяц назад

      Thanks for the answer​@@GaganSingh-dw8mz