Python Console Sono378 创建于 2022年11月04日 12:25 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