Answers for "python comments and types"

0

python comments and types

# <---- '#' is used for single line comment.
'''This is multi-line comment'''
Posted by: Guest on October-30-2021

Python Answers by Framework

Browse Popular Code Answers by Language