COMMAND AND PRINT FUNCTION & \n FOR A NEW LINE

#  for command a line use ctrl+/ like:
# please dont remove this line
# for multiple command line using this syntax """, like:
"""
this is a multiline comment dont use it.
like this you also type multi line
comment in your cods
"""
# print("Subscribe to santosh gupta official" ,end=" ")
# print("or bhai log video ko bhi like kar dena yarr",)
# use \n for a new line

# print("line1\nline2\nline3")
# print("c:\santoshguptaofficial")
# print("\asantoshguptaofficial")
# print("c'santosh gupta")

Comments

Popular posts from this blog

MAP FILTER AND REDUCE FUNCTION IN PYTHON

Writing Appending to a File

Recursions: Recursive Vs Iterative Approach