From 6935f25fbfc9a66439df7a456eac127ee9a2bdb0 Mon Sep 17 00:00:00 2001 From: aijax Date: Mon, 28 Jun 2021 00:32:48 +0530 Subject: [PATCH] test commit2 --- PyEditor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.