First time here? Check out the FAQ!

Richard Han's profile - activity

2019-10-15 03:49:52 +0000 received badge Notable Question (source)
2019-10-15 03:49:52 +0000 received badge Famous Question (source)
2019-07-16 11:12:11 +0000 received badge Popular Question (source)
2019-03-13 15:38:43 +0000 marked best answer WingIDE: Python shell will only print one item

All of sudden, the Python shell will only print one item. I am trying to use the print method to debug my code, and I have tried simply writing print("A", "B") in a main method and only"A" will be printed whilst it says "Executing command. Please wait for result"

I was able to print multiple items from my code earlier, and now I cannot, for no particular reason as I have not changed any of the WingIDE settings nor have I done anything foolish with my code. I have tried updating to the latest version which did not change anything.

My question is I suppose, is there anything that causes WingIDE to stop printing more than one item? This is so frustrating as it just happened out of nowhere.

2017-06-05 05:53:00 +0000 asked a question WingIDE: Python shell will only print one item

WingIDE: Python shell will only print one item All of sudden, the Python shell will only print one item. I am trying to