From 4a03f16e8dcac4fefb2e7a76999fa869449a068c Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 13 May 2023 20:24:21 +0800
Subject: [PATCH] save project

---
 diy4.py | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 diy4.py

diff --git a/diy4.py b/diy4.py
new file mode 100644
index 0000000..db565e7
--- /dev/null
+++ b/diy4.py
@@ -0,0 +1,15 @@
+import random
+a="zhe cat in zhe cap"
+b="1fiito5hy64638jhg5j45"
+s=random.choice(a)
+for i in a:
+    
+    
+    s1=random.choice(b)
+    s2=random.choice(b)
+    
+    s=s+i+s1+s2
+
+
+print(s)
+
--
libgit2 0.25.0