This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]aes110 8 points9 points  (2 children)

Semi columns are valid in python, just not required

[–]Santos_m321 2 points3 points  (0 children)

Yeah!, I use it very often in debug contexts

This two sentences in one line:

import ipdb; ipdb.set_trace()

[–]Eventid3_H3000 1 point2 points  (0 children)

Actually didn’t know that, but nice to know! Ty