Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

Administrator / pygame_lesson12_diy01

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit bdbe0244 authored 4 months ago by BellCodeEditor's avatar BellCodeEditor
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

save project

parent 1c7e7e19
Hide whitespace changes
Inline Side-by-side
Showing with 24 additions and 0 deletions
  • bbb.py
  • mycloud.png
  • 下得厨房TV有.PY
  • 杀杀杀.py
  • 爱晚亭早78
bbb.py 0 → 100644
View file @ bdbe0244
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)
This diff is collapsed. Click to expand it.
mycloud.png 0 → 100644
View file @ bdbe0244
mycloud.png

8.2 KB

This diff is collapsed. Click to expand it.
下得厨房TV有.PY 0 → 100644
View file @ bdbe0244
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
This diff is collapsed. Click to expand it.
杀杀杀.py 0 → 100644
View file @ bdbe0244
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
This diff is collapsed. Click to expand it.
爱晚亭早78 0 → 100644
View file @ bdbe0244
++ "b/\347\210\261\346\231\232\344\272\255\346\227\25178"
This diff is collapsed. Click to expand it.
  • Write
  • Preview
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