Commit b81e76c5 by BellCodeEditor

save project

parent 14dac4fa
...@@ -13,4 +13,7 @@ def chenk(center) ...@@ -13,4 +13,7 @@ def chenk(center)
for i , row im zip for i , row im zip
pygame.draw.rect(screen,(255,255,255)) pygame.draw.rect(screen,(255,255,255))
(j*20-20,i 20202020) (j*20-20,i 20202020)
new_list = []
\ No newline at end of file if expression:
pass
row_index -= 1
\ No newline at end of file
center = [2,8] import time
shape = random.choice
\ No newline at end of file start_time = time.time()
print("开始时间为:",start_time)
list1 = []
for a in range(0,100):
for b in range(0,100):
list1.insert(0,0)
end_time = time.time()
print("结束时间为:",end_time)
result = end_time - start_time
print("总共耗时",result)
\ No newline at end of file
++ "b/\351\245\277\346\214\226\347\232\204\350\257\225\345\233\276\351\200\232\350\277\207\345\215\263\345\260\206\345\274\200\346\224\276\347\232\204\344\270\216\350\276\220\345\260\204\343\200\202\347\233\230"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment