generated from mwc/lab_names
	completed the triangle
This commit is contained in:
		@@ -2,5 +2,7 @@
 | 
			
		||||
# --------------
 | 
			
		||||
# By MWC Contributors
 | 
			
		||||
 | 
			
		||||
print("This program will calculate the area of a circle.")
 | 
			
		||||
radius = float(input("What is the circle's radius? "))
 | 
			
		||||
print ("This program will calculate the area of a circle.")
 | 
			
		||||
radius = float (input("What is the circle's radius? "))
 | 
			
		||||
area = 3.14 * radius * radius
 | 
			
		||||
print (area)
 | 
			
		||||
		Reference in New Issue
	
	Block a user