First time here? Checkout the FAQ!
x
0 votes
211 views
asked in Python by (400 points)  
  

1 Answer

0 votes
answered by (660 points)  

Just use # to add comments in your code. Below is an example of how you can add the comments in python

import numpy as np
# importing numpy library

 

...