generated from mwc/lab_names
Added a variable pi and circle_area to calculate the area of a circle with an inputted radius.
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
# ------------
|
||||
# By MWC contributors
|
||||
|
||||
my_name ="Chris"
|
||||
my_name =input("What is your name? ")
|
||||
greeting = "Hello, " + my_name
|
||||
print(greeting)
|
||||
|
||||
Reference in New Issue
Block a user