Python Program to Find the area of a Circle using Radius ( User Input )

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

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

  • @anassalihu4779
    @anassalihu4779 4 года назад +5

    Really helpful....Thanks man✊🏼

  • @sakshamthapar8068
    @sakshamthapar8068 4 года назад +5

    Thanks bro for the video keep going onn 👍👍

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

    Thanks man🙏

  • @anish8373
    @anish8373 4 года назад +4

    Thank s a lot sir

  • @rendericeib4513
    @rendericeib4513 Год назад +2

    thanks from Mexico, amigo

  • @paahinatha9321
    @paahinatha9321 4 года назад +3

    Thankyou sir. Video helped me a lot.

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

    thanks for this tutorial :)

  • @OinSonOfGloin
    @OinSonOfGloin 3 года назад +6

    You have some serious talent with the way you are explaining if you ever get bored enough and you know enough languages maybe you could try and put a longer complete course up for money on one of the webinar sites.

  • @panka33
    @panka33 9 дней назад

    Well done for the readable size of the fonts! Not many videos have this feature.
    Your video is cool, but my teacher asked for a function, and somehow I messed up with the local and global variables. You could extend this video with a function circle area

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

    Thank you so much it really helped

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

    Thank you very much sir, your video helps me a lot. Keep Going.💖💝♥️

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

    Thanks 🙏

  • @kiriakosbebetis8673
    @kiriakosbebetis8673 4 года назад +2

    omg thank helped a lot

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

    This helped me get first in computer :D

  • @shirazshafqat1
    @shirazshafqat1 3 года назад +5

    Hello! what python interpreter are you using? i am currently using IDLE python 3.9. yours looks really helpful as it brings up the information about each input we put in..... great video btw... thanks

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

      Thank you.
      All the extra features are from the extensions I have installed in visual studio code

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

    You helped me

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

      Glad my video helped you
      keep learning :)

  • @cheterete5043
    @cheterete5043 4 года назад +4

    Imagine I have a lot of homework problems about finding area of the circle. But I don’t want to run the program again and again and change the radius variable for each problem. How can I do so that the user inputs all the radiuses and gets printed out the respective circles area in order?? Plz help

    • @ExampleProgram
      @ExampleProgram  4 года назад +2

      Store the radius values in an array.
      Loop through the array elements
      Find the area and display the result

  • @littlecreep.8862
    @littlecreep.8862 4 года назад +2

    This is in interactive mode or script mode?

  • @Hezelsfitnessfiend
    @Hezelsfitnessfiend 4 года назад +2

    1.Write a Python program which accepts the radius of a circle from the user and compute the area

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

    great video!

  • @onlyshorts1428
    @onlyshorts1428 3 года назад +8

    Finally I'm here.... To copy the program.... For assignments😌😂

    • @ExampleProgram
      @ExampleProgram  3 года назад +5

      Also try to understand how program works :)

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

      @@ExampleProgram i do understand😉

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

    Thanks

  • @achsabiju1686
    @achsabiju1686 3 года назад +1

    is it important to have a place holder?

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

      Not really
      You can directly print the value from calculation

  • @070-sakthivela5
    @070-sakthivela5 3 года назад +1

    Can anyone explain the 6 line ,
    ie,print statement line, for what the placeholder and format.area used for.?

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

    What do you do if you already have a variable x that you are looking to get the area of?

  • @anmolsoni6652
    @anmolsoni6652 5 месяцев назад

    i have written exact same cod but its not working

  • @ROHITDUBEY-n4e
    @ROHITDUBEY-n4e Год назад +1

    Write a python program to calculate the area of a circle or rectangle according to the input given by a user. If the input is 1, then calculate the area of circle, else calculate the area of rectangle. Ask the user to input the radius of circle, and length and breadth of rectangle...please tell the coding for this🙏

  • @rubaiyameraj9531
    @rubaiyameraj9531 11 месяцев назад

    import math
    radius = float(input("Enter the radius of the circle : "))
    area = math.pi * radius * radius
    print("Area of the Circle is {}".format(area))

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

    How to get output from python 🥺apps

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

    how do you add format(math.pi, '.3f') to it

    • @SheelaDevi-wn4rb
      @SheelaDevi-wn4rb 5 лет назад

      Math.pi is a module with contain value of pi=3.14 so we can add a number to number

  • @fathimanazila7177
    @fathimanazila7177 6 месяцев назад +1

    🎉😂