Home
Tutorial
Admin
Comments
Share:
Facebook
|
Twitter
|
Whatsapp
|
Linkedin
Visits:
552
Comments
#SCRIPTSKART
# This is a single line comment in Python
# This is a
# multi-line
# comment
"""
This is a multi-line
comment using triple-quotes.
"""
#SCRIPTSKART
Download Source File
Tutorials
Whitespace and Indentation
Comments
Continue of Statement
Identifiers and Keywords
Variables
String
Boolean
Constants
Type Conversion
Comparison Operators
Logical Operators
If Statement
Ternary Operator
Python Loop
Python While