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.
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
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
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
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🙏
Really helpful....Thanks man✊🏼
No problem 👍
Thanks bro for the video keep going onn 👍👍
Welcome 👍
Thanks man🙏
most welcome 👍
Thank s a lot sir
Most welcome
thanks from Mexico, amigo
most welcome :)
Thankyou sir. Video helped me a lot.
Glad this video helped you :)
thanks for this tutorial :)
You're welcome 😊
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.
Thank you
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
Thank you so much it really helped
Glad it helped :)
Thank you very much sir, your video helps me a lot. Keep Going.💖💝♥️
Always welcome
Thanks 🙏
Welcome
omg thank helped a lot
glad this video helped you :)
This helped me get first in computer :D
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
Thank you.
All the extra features are from the extensions I have installed in visual studio code
You helped me
Glad my video helped you
keep learning :)
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
Store the radius values in an array.
Loop through the array elements
Find the area and display the result
This is in interactive mode or script mode?
script mode
@@ExampleProgram thanks a lot ur channel helped me a lot❤️
Awesome
keep learning :)
1.Write a Python program which accepts the radius of a circle from the user and compute the area
great video!
Thanks!
Finally I'm here.... To copy the program.... For assignments😌😂
Also try to understand how program works :)
@@ExampleProgram i do understand😉
Thanks
Welcome
is it important to have a place holder?
Not really
You can directly print the value from calculation
Can anyone explain the 6 line ,
ie,print statement line, for what the placeholder and format.area used for.?
What do you do if you already have a variable x that you are looking to get the area of?
i have written exact same cod but its not working
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🙏
import math
radius = float(input("Enter the radius of the circle : "))
area = math.pi * radius * radius
print("Area of the Circle is {}".format(area))
How to get output from python 🥺apps
how do you add format(math.pi, '.3f') to it
Math.pi is a module with contain value of pi=3.14 so we can add a number to number
🎉😂
:)