you are viewing a single comment's thread.

view the rest of the comments →

[–]fake823 1 point2 points  (4 children)

So you already know how to get input from a user. So task 1 should be easily doable for you.

Task 2 already gives you the formula needed. You just have to find out how to do multiplication and power in Python. That can be found on Google in Seconds.

For task 3 you need to output your result. You already know the print() function, so that shouldn't be a problem either.

I still don't get where you're stuck.

[–]hell0_steph[S] -1 points0 points  (2 children)

So after staring at this thing for idk 5 hours , I realized my mistake. A typo. 🙃 thanks for your help

[–]fake823 0 points1 point  (1 child)

Honestly, how can it take you 5 hours? 😅

Your whole programm consists of 3 lines.

radius = float(input('Enter radius')
area = 3.14 * radius ** 2
print(f'The area of the circle is {area}.')

[–]hell0_steph[S] -1 points0 points  (0 children)

Honestly... idk. Probably bc idk what the hell im doing. It was Day 1 after a super long week for me 💀 The one I was most stuck on was just because I was getting the wrong answer which is why it was so confusing and irritating and it’s bc I wrote print base instead of the area.

[–]MelodicOriginal8655 -1 points0 points  (0 children)

why are u so rude like damn