Python Console

I have two lines of code in DataSpell:

print(2 * 3)
print('Hello, World!')

When I run code in console I have something like this

What should I do to get rid of ">>> and ..." with code? I want to have output only

0

Please sign in to leave a comment.