Advertisement
sissou123

Python Comments

Oct 2nd, 2023
707
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.26 KB | Source Code | 0 0
  1. Python Comments
  2. Comments are completely ignored by the interpreter. They are meant for fellow programmers. For example,
  3.  
  4. # declare and initialize two variables
  5. num1 = 6
  6. num2 = 9
  7.  
  8. # print the output
  9. print('This is output')
  10. for more:https://cuty.io/TgBdyD
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement