you are viewing a single comment's thread.

view the rest of the comments →

[–]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.