Page 1 of 1
How to check if the print statement executed
Posted: Sun Sep 07, 2014 8:54 am
by Burrcins
Hi, I am new in python. I would like to ask if it is possible to check my previous print statement is executed or not.
I want to draw a circle in case the text is printed. Is it possible to do it?
Re: How to check if the print statement executed
Posted: Sun Sep 07, 2014 9:43 am
by elParaguayo
I'm really not sure what you're trying to do. Usually you can confirm the print statement has been executed because you can see the text printed on the screen.
Can you post your code to show us what you're trying to do.
Re: How to check if the print statement executed
Posted: Sun Sep 07, 2014 12:38 pm
by kusti8
Paste your code so we can look at it please.