Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Python Comments
- Comments are completely ignored by the interpreter. They are meant for fellow programmers. For example,
- # declare and initialize two variables
- num1 = 6
- num2 = 9
- # print the output
- print('This is output')
- for more:https://cuty.io/TgBdyD
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement