From b8af078ee6c4200b48c0bea8a30277c466dc250c Mon Sep 17 00:00:00 2001 From: Apurva Agrawal Date: Thu, 3 Dec 2020 12:33:40 +0530 Subject: [PATCH] Update intro.py --- intro.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]