1
2
import re
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
[16-Nov-2016 04:26:24 UTC] PHP Fatal error: Call to undefined function validEmail() in /home/aaronplo/public_html/bandit/php/orm/User.php on line 334
[16-Nov-2016 04:27:45 UTC] PHP Fatal error: Call to undefined function validFullName() in /home/aaronplo/public_html/bandit/php/orm/User.php on line 302
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
[30-May-2017 18:47:46 UTC] PHP Fatal error: Uncaught exception 'Twilio\Exceptions\RestException' with message '[HTTP 400] Unable to create record: The 'To' number +11111111111 is not a valid phone number.' in /home/aaronplo/public_html/bandit/php/twilio-php-master/Twilio/Version.php:85
Stack trace:
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
[01-Dec-2016 04:02:43 UTC] PHP Fatal error: Function name must be a string in /home/aaronplo/public_html/INLSfinal/alg.php on line 21
[01-Dec-2016 06:56:01 UTC] PHP Fatal error: Maximum execution time of 120 seconds exceeded in /home/aaronplo/public_html/INLSfinal/alg.php on line 21
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
[29-Apr-2016 05:27:39 UTC] PHP Fatal error: Call to undefined function mysqli_fetch_all() in /home/aaronplo/public_html/speechmechanic/getAppointments.php on line 30
[29-Apr-2016 05:32:58 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 72 bytes) in /home/aaronplo/public_html/speechmechanic/getAppointments.php on line 31
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
[02-Mar-2017 04:04:42 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 63774527 bytes) in /home/aaronplo/public_html/srs/section.php on line 3
[02-Mar-2017 04:05:49 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 63774527 bytes) in /home/aaronplo/public_html/srs/section.php on line 3
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
[23-Aug-2015 05:22:56 America/Chicago] PHP Warning: exif_imagetype(profilepictures/photo.png): failed to open stream: No such file or directory in /home4/aaronplo/public_html/php/account.php on line 290
[23-Aug-2015 05:22:56 America/Chicago] PHP Warning: exif_imagetype(profilepictures/photo.png): failed to open stream: No such file or directory in /home4/aaronplo/public_html/php/account.php on line 290
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
[29-Apr-2016 16:42:54 America/Chicago] PHP Warning: mysqli_connect(): (28000/1045): Access denied for user 'aaronplo'@'localhost' (using password: YES) in /home4/aaronplo/public_html/speechmechanic/getAppointments.php on line 2
[29-Apr-2016 16:42:54 America/Chicago] PHP Warning: mysqli_query() expects parameter 1 to be mysqli, boolean given in /home4/aaronplo/public_html/speechmechanic/getAppointments.php on line 31
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
[12-Oct-2015 17:29:16 America/Chicago] PHP Warning: exif_imagetype(php/profilepictures/18140_1353215796148_1822355_n.jpeg): failed to open stream: No such file or directory in /home4/aaronplo/public_html/index.php on line 437
[12-Oct-2015 17:29:16 America/Chicago] PHP Warning: exif_imagetype(php/profilepictures/18140_1353215796148_1822355_n.jpeg): failed to open stream: No such file or directory in /home4/aaronplo/public_html/index.php on line 437
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Adding or removing images is disabled during broadcasting. You'll be able to update images again once the broadcast session is over.

Images listed here are available to use in your code in this trinket. Click the Image Library button to include more or upload new images.

How To Use Images

Images can be used with the turtle module.

import turtle
screen = turtle.Screen()
# set the screen background
screen.bgpic("filename.png")

# Or, set the shape of a turtle
screen.addshape("filename.png")
tina = turtle.Turtle()
tina.shape("filename.png")

Powered by

Run your code first!

It looks like you haven't tried running your new code.

Try clicking  Run and if you like the result, try sharing again.

×