Python Program to Find the Largest and Smallest Element / Number Present in a List

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

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

  • @chemmuzchemmu692
    @chemmuzchemmu692 3 года назад +3

    Sir your videos are really helping me to move on
    I am only in 6th grade, so I wish to learn new things and upload it to my channel.
    So your classes have been really helpful.
    Thank you so much 😊😊😊🥰

  • @shubham_birhade_vlogs
    @shubham_birhade_vlogs 3 года назад +2

    well explained sir. This series is really helpful

  • @GKavya-xd7lo
    @GKavya-xd7lo 3 года назад +1

    Given an array length 1 or more of ints, return the avearage between the largest and smallest values in the array
    avg_big_small([7, 2, 10, 9]) → 6
    avg_big_small([2, 10, 7, 2]) → 6

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

    Sir i have a doubt regarding curl braces, there are two variables as you mentioned largest and smallest put it in curly braces . My question is how to use and how it work?

  • @sktalkiessj
    @sktalkiessj 2 года назад +1

    Thank you so much

  • @chemmuzchemmu692
    @chemmuzchemmu692 3 года назад

    Sir which recording app are you using?

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

    Dear Sir, i would like to join a course under "ep"

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

      all of our video tutorials are free and available in this channel.
      check them out :)

  • @suriyaprakashs21
    @suriyaprakashs21 4 года назад

    Sir, how to connect MySQL in python can you explain sir pls.

    • @shubham_birhade_vlogs
      @shubham_birhade_vlogs 3 года назад

      install mysql connector in python using pip. Then make connection. after that make cursor object. For more information watch mysirg.com you tube channel python-mysql series