Home
Python
2D
Application
Buildin Function
Class
Data Structure
Data Type
Database
Development
Dictionary
Event
Exception
File
Function
GUI Pmw
GUI Tk
Language Basics
List
Math
Network
String
System
Thread
Tuple
Utility
XML
Menu
Comment in Python : Comments « Language Basics « Python
Python
Language Basics
Comments
Comment in Python
# # This is # a comment. print
"coment is inside #"
Related examples in the same category
1.
Use # to start a comment
2.
A comment on the same line as code