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!")