From 146b39a94b1fc551f6bc1bbccb0ac55bb59c33da Mon Sep 17 00:00:00 2001 From: ErrorStudios <112551524+ErrorStudios@users.noreply.github.com> Date: Wed, 31 Aug 2022 15:55:51 +0530 Subject: [PATCH] Update Comments.py --- Comments.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Comments.py b/Comments.py index 5443c53..7b04473 100644 --- a/Comments.py +++ b/Comments.py @@ -1,8 +1,8 @@ -# FOLLOW PythonProgrammerz NOW! +# This is single-line comment """ -Follow -PythonProgrammer -Now! +this is +multi-line +comment """ -print("did you heard that\ndo it now!") \ No newline at end of file +print("Comments are awesome,RIGHT!")