Issue
Is there a way to comment multiple lines of code in an ipython cell in one go?
Solution
You can use triple-quoted strings. Although this prints a repeats out statement, which I would like to avoid.
'''
This is a multiline
comment.
'''
Answered By - Pedro9
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.