Memory Limit Exceeded on Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Memory Limit Exceeded on Python

import turtle as t n=50 t.bgcolor("green") t.color("blue") t.speed(0) for x in range(n): t.circle(10) t.left(360/n) I don't understand why I get message "Memory Limit Exceeded" on python. Could please someone help me out? Thanks.

6th Jun 2017, 5:45 AM
Jesse Y Won
Jesse Y Won - avatar
1 Answer
- 1
@James, Is it the default configuration of code playground for python, or something else?
13th Aug 2017, 12:14 AM
lacherv
lacherv - avatar