First time here? Check out the FAQ!

Richard Han's profile - activity

2019-10-14 22:49:52 -0500 received badge Notable Question (source)
2019-10-14 22:49:52 -0500 received badge Famous Question (source)
2019-07-16 06:12:11 -0500 received badge Popular Question (source)
2019-03-13 10:38:43 -0500 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 00:53:00 -0500 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