From 3d120452ba365eaed839c60d9380623c171e032e Mon Sep 17 00:00:00 2001 From: hellisabove <59116609+hellisabove@users.noreply.github.com> Date: Sat, 5 Feb 2022 23:09:43 +0200 Subject: [PATCH] Refactored a little bit the code --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index d91b06d..448f57d 100644 --- a/main.py +++ b/main.py @@ -23,4 +23,4 @@ f= open("password.txt","w+") f.write(password) f.close() -print('Your password, ' + password + ' has been saved in the file password.txt') +print("Your password, " + "'" + password + "'" + " has been saved in the file password.txt")