Sono378
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Sono378 created a post, 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 ha...