The Python string count() method

Sdílet
Vložit
  • čas přidán 28. 08. 2024

Komentáře • 6

  • @hamedalsakban8241
    @hamedalsakban8241 Před 7 lety +2

    I really appreciate the time you spend to produce those videos.
    Thank you a lote

  • @miscibi
    @miscibi Před 9 lety +1

    I know how time consuming producing these videos might be, but they are very helpful! I am an intermediate-to-advanced level programmer and really appreciate especially the low level parts that you sometimes dig into. Keep up the good work! :)

    • @johnphilipjones
      @johnphilipjones  Před 9 lety

      Glad the videos help. Check out the website at:
      www.pythonbytesize.com/
      Best wishes
      Phil

  • @raspinderkaur6927
    @raspinderkaur6927 Před 8 lety +1

    awesome..thnks sir

  • @TheArchaeus6
    @TheArchaeus6 Před 6 lety

    Can you also directly place the character that is searched for directly in the argument instead of a variable? Eg. string_count = string_1.count("i")