generated from mwc/lab_names
im done
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
# greetings.py
|
||||
# my_name = input("What is your name? ")
|
||||
# ------------
|
||||
# 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