generated from mwc/lab_names
working on the triangle logic
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)
|
||||
print(greeting)
|
||||
|
||||
Reference in New Issue
Block a user