Hi
Can I comment a group of statements together i.e
If I a 4 statements say:
i=1
i+=1
print i
print i+1
Instead of commenting each satement iindividually by # is there
something which allws me to comment these 4 statements in one go as in
C++ using /*...*/
Can I comment a group of statements together i.e
If I a 4 statements say:
i=1
i+=1
print i
print i+1
Instead of commenting each satement iindividually by # is there
something which allws me to comment these 4 statements in one go as in
C++ using /*...*/
Comment