diff --git a/welcome.py b/welcome.py index c702e9a..e30b7b0 100644 --- a/welcome.py +++ b/welcome.py @@ -1,2 +1,5 @@ -print('welcome to python') \ No newline at end of file +print('welcome to python') + +output +welcome to python