Average of three number in python 😯

Поділитися
Вставка
  • Опубліковано 10 жов 2024
  • Average of three number in python 😯 #shorts #codexinfo
    Using pydroid app in mobile for coding If you want then comment 👇
    Subscribe our channel for more interesting videos 💛
    keep smiling 🥰

КОМЕНТАРІ • 17

  • @TenTrillionMs
    @TenTrillionMs Рік тому +2

    BRO UR THE BEST PERSON ON THIS WORLD U TOLD ME WAT I NEEDED TO KNOW IN A FEW SECONDS OTHERS COULDNT IN 20 MINS THANK U SO MUCH

    • @codexinfo6318
      @codexinfo6318  Рік тому

      Areee brooo thnkuu so much for your words... More vdos soon 💗🥹🤝

  • @sakshi_3303
    @sakshi_3303 Рік тому +1

    Can you tell me on which platform or application or app you did it.

  • @abeldewit3384
    @abeldewit3384 2 роки тому +4

    Are you coding in comic sans just to piss people off?

  • @akshit262
    @akshit262 Рік тому +2

    op

  • @umaadhikari2108
    @umaadhikari2108 Рік тому

    Give me the answer of wap to input any 3 number display the average of 3 number

  • @MohammedSaleem-et7li
    @MohammedSaleem-et7li Рік тому +2

    >Enter the Count of Numbers
    3
    >Enter the 1 Number
    10
    >Enter the 2 Number
    15
    >Enter the 3 Number
    20
    >The Greater Numbers are 20
    Solve program

  • @ДанАсх
    @ДанАсх 2 роки тому +2

    real cool hackers program like this :-)
    print("average of given number are: ",sum([int(input (f'Enter the number{i}: ')) for i in range(1,4)])/3)

    • @codexinfo6318
      @codexinfo6318  2 роки тому

      yeah you can also do like this but i cant go for short now 👍🙃

    • @ДанАсх
      @ДанАсх 2 роки тому +1

      @@codexinfo6318 or try like this:
      print ("Average of given number are: ", sum(map(float,input('Enter three numbers separated by a space: ').split(' ')))/3)

    • @codexinfo6318
      @codexinfo6318  2 роки тому

      Yeah I know this already about it. Thanks for commenting 😇

    • @sakshi_3303
      @sakshi_3303 Рік тому

      Can you tell on which platform or application or app you did it .