diff --git a/intro.py b/intro.py index f665ae0..d245457 100644 --- a/intro.py +++ b/intro.py @@ -1,4 +1,4 @@ -print("Hello world!") +print("Hello wosrld!") name = input("Please enter your full name:") ary = name.split() fn = ary[0]