Burrcins
Posts: 1
Joined: Sun Sep 07, 2014 8:47 am

How to check if the print statement executed

Sun Sep 07, 2014 8:54 am

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?

User avatar
elParaguayo
Posts: 1943
Joined: Wed May 16, 2012 12:46 pm
Location: London, UK

Re: How to check if the print statement executed

Sun Sep 07, 2014 9:43 am

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.
RPi Information Screen: plugin based system for displaying weather, travel information, football scores etc.

User avatar
kusti8
Posts: 3439
Joined: Sat Dec 21, 2013 5:29 pm
Location: USA

Re: How to check if the print statement executed

Sun Sep 07, 2014 12:38 pm

Paste your code so we can look at it please.
There are 10 types of people: those who understand binary and those who don't.

Return to “Python”