Advertisement
ira_str

Lesson 2, task 6

Dec 11th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.07 KB | None | 0 0
  1. r = float(input("Enter radius: "))
  2. print("Your result is: ", r ** 2 * 3.14)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement