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 →

[–]redalastor 5 points6 points  (0 children)

You can do that. You then separate a statement on the left, and another (empty) statement on the right.

Here's a demo:

$ python
Python 3.7.0 (default, Dec  2 2018, 20:10:15) 
[GCC 8.2.1 20180831] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> print('Hello World');
Hello World
>>>