From 906b6741f0b9d0bf741c25917c5dac23dae4ac18 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 18 Feb 2023 09:15:34 +0800
Subject: [PATCH] save project

---
 diy1.py             |  9 ++++-----
 mycloud.png         | Bin 0 -> 6493 bytes
 下北泽.png       | Bin 0 -> 6542 bytes
 酸萝卜别吃.png | Bin 0 -> 6364 bytes
 4 files changed, 4 insertions(+), 5 deletions(-)
 create mode 100644 mycloud.png
 create mode 100644 下北泽.png
 create mode 100644 酸萝卜别吃.png

diff --git a/diy1.py b/diy1.py
index ea2fc5a..5bd008f 100644
--- a/diy1.py
+++ b/diy1.py
@@ -1,5 +1,4 @@
-dict_hero={'猴三':10,'猴一':21,'猴五':22,'猴队长':29,'候七':56}
-dict_hero['候一']=51
-dict_hero['候队长']=2
-del(dict_hero['候七'])
-print(dict_hero)
\ No newline at end of file
+import wordcloud
+w=wordcloud.WordCloud(background_color="pink")
+w.generate("fuck you")
+w.to_file("酸萝卜别吃.png")
\ No newline at end of file
diff --git a/mycloud.png b/mycloud.png
new file mode 100644
index 0000000..74a56d1
Binary files /dev/null and b/mycloud.png differ
diff --git "a/\344\270\213\345\214\227\346\263\275.png" "b/\344\270\213\345\214\227\346\263\275.png"
new file mode 100644
index 0000000..5f0eb07
Binary files /dev/null and "b/\344\270\213\345\214\227\346\263\275.png" differ
diff --git "a/\351\205\270\350\220\235\345\215\234\345\210\253\345\220\203.png" "b/\351\205\270\350\220\235\345\215\234\345\210\253\345\220\203.png"
new file mode 100644
index 0000000..04d1a31
Binary files /dev/null and "b/\351\205\270\350\220\235\345\215\234\345\210\253\345\220\203.png" differ
--
libgit2 0.25.0