Commit bdbe0244 by BellCodeEditor

save project

parent 1c7e7e19
list1 = [1,2,3,4]
list2 = [[0,0,0,0],
[0,0,0,0],
[0,0,0,0],
[0,0,0,0]]
info=zip(list1,list2)
import wordcloud
import wordcloud
w=wordcloud.WordCloud(background_color="white")
w.generate("hello word")
w.to_file("mycloud.png")
\ No newline at end of file
def check(center):
def check(center):
for cube in current_shape:
cube = (cube[0] + center[0], cube[1] + center[1])
if cube[0] < 1 or cube[1] < 1 or cube[0] > grid_num_height \
or cube[1] >grid_num_width:
return False
for i in
\ No newline at end of file
++ "b/\347\210\261\346\231\232\344\272\255\346\227\25178"
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