机器人
积分排行榜
Scratch
积分排行榜
Python
在线答题
积分排行榜
活跃排行榜
打字练习
Microbit
C++
在线答题
积分排行榜
活跃排行榜
网盘
积分
未登录
未登录
登录学习
作者:
郑若扬
更新时间:
2024-08-13 16:31
浏览:
543次
点赞:
0次
热度:
20
'''N = int(input()) for i in range(1,N): if i%2 == 0: print(i) N = int(input()) for i in range(1,N+1): print(i,end='') import turtle as t t.pencolor('blue') for i in range(6): for j in range(6): t.forward(100) t.left(60) t.right(60) t.forward(100) t.hideturtle() import turtle as t t.hideturtle() t.pencolor("red") for i in range(4): t.forward(100) t.right(90) t.forward(50) t.fillcolor("yellow") t.begin_fill() t.circle(-50) t.end_fill() n = input() s = int(input()) for i in range(4): n = n*i n = int() N = int(input()) for i in range(N): print(N*'*') print(list(input())) ''' n = '31' s = 0 for i in range(1000,10000): if i[-1]==i[-2]and i%16 == 0 and i%46==0: s += 1 print(i) print(s)
点赞成功
分享作品
×