diff --git a/PyEditor.py b/PyEditor.py index 5937868..9be1dc7 100644 --- a/PyEditor.py +++ b/PyEditor.py @@ -1,5 +1,5 @@ import sys -print("Welcome to Python Text Editor") +print("Welcome to Python 3 Text Editor") condition = True while condition == True: print("""What do you want to do: @@ -45,4 +45,4 @@ print("Invalid choice entered") File.close() -#addong a commit, bruuuh. +#adding a commit, bruuuh.