用户:活泼的木叶龙wcy001查看:5 回复:15 评论:5 创建时间:2019-03-24T11:27:57
import turtle
t = turtle.Pen()
t.speed(0)
a = 0
b = 0
b = 0
while (b < 10):
while (a < 5):
t.forward(100)
t.right(144)
a = (a + 1)
t.forward(15)
b = (b + 1)
print('作画完毕')
#按ctrl+c复制,之后按ctrl+v粘贴到python上就ok了,但运行时是可以叉掉的。只是你的运行界面会卡![]()
![]()
![]()
import turtle
t = turtle.Pen()
t.speed(0)
a = 0
b = 0
b = 0
while (b < 10):
while (a < 5):
t.forward(100)
t.right(144)
a = (a + 1)
t.forward(15)
b = (b + 1)
print('作画完毕')点赞0
评论
十三月的季节我来一个
Infinite(num,s=1):
num*=s
if(num>s):
return Infinite(num,s+1)
elae:
return s
print(Infinite(1000))
知道怎么回事吗,相信有的童鞋知道是坎溢出。
点赞0
评论
import turtle
t = turtle.Pen()
t.speed(0)
a = 0
b = 0
b = 0
while (b < 10):
while (a < 5):
t.forward(100)
t.right(144)
a = (a + 1)
t.forward(15)
b = (b + 1)
print('作画完毕')点赞0
评论
import numpy as np
i = 0
while True:
locals()['a'+str(i)] = np.array([])
if i % 100000 == 0:
print(i)
i+= 1
总有一天能卡喵的
点赞1
评论
我也来一个
int main(int argc,char *argv[])
{
while TRUE:
int *p = malloc(1024*1024*1024*10);
return 0;
}
点赞0
评论
def function1():
while True:
def j():
while True:
j()
j+=1
#开始进入Python的世界
j = 0
while True:
function1()
点赞0
评论