Intermediate Python - Lambda Functions & Map, Filter, Reduce

Поделиться
HTML-код
  • Опубликовано: 13 июн 2024
  • In this video we're going to take a look at lambda functions, and then put them to good use by using the map(), filter() and reduce() functions.
    👨‍💻 Looking for a web developer job, visit: www.webdevjobs.io/
    👽 Discord - / discord
    The finished code can be found here:
    👾 - replit.com/@f4n/Intermediate-...
    #Python #Lambda #Programming

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

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

    🔴 If you enjoyed this video. Please drop a Like and Subscribe :)

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

    😀🥳

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

    Good job sir

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

      Thank you for the comment :)

  • @ahjsbkdjhavkcjhvac
    @ahjsbkdjhavkcjhvac 2 года назад +2

    first

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

    in lines 6 and 7 aren't you calling the same function you defined in line 1 ?

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

      I think you are right. The second line (7) should read: print ("Lambda area function: ", lambda_area (4,5)). I input that into my code and got the "right" output. Do you agree?