31 - Functions ( return; exit a function; return multiple values ) | Python Tutorials

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024

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

  • @agneldominique352
    @agneldominique352 6 лет назад +2

    Hi Jeremy.. Please do not let my effort go in vain and unnoticed.
    I found your videos very elaborate and to the point. Looking forward to more in future from you.
    I am a beginner in python programming and learning from various tutorials on youtube, Yours is one of them.
    If you don't mind, please consider using a relevant THUMBNAIL IMAGE and TITLE in THUMBNAIL for your videos when you add them to youtube as this may be putting a speed breaker to your view count with such good content, according to me but again I have no right to judge you, you are way more senior community member. Please treat it as a friendly opinion.

    • @diverseprogrammer18
      @diverseprogrammer18 5 лет назад +1

      One of the nicest comments I've ever seen. Yeah, he should do that.

  • @necx5510
    @necx5510 Год назад

    awesome, someone who actually explains why global vars should be avoided and provides solutions to avoid

  • @echo2net
    @echo2net 2 года назад

    I learned something from nobody else. What a great tutorial.

  • @yanamadalaharishkumar5041
    @yanamadalaharishkumar5041 5 лет назад

    I'm getting "NONE " in my output when comes out of loop unnecessarily and i'm not supposed to return anything. Pls do help.

    • @SimplyCoded
      @SimplyCoded  5 лет назад

      You’re most likely printing something that doesn’t return a value. I did that a few time in this series out of laziness

    • @yanamadalaharishkumar5041
      @yanamadalaharishkumar5041 5 лет назад

      @@SimplyCoded actually its working on pycharm, but not working on online gfg compiler maybe because of test cases.

    • @SimplyCoded
      @SimplyCoded  5 лет назад

      What is your code?

  • @retiredshitposter1062
    @retiredshitposter1062 6 лет назад

    thanks for the training on 'return'