From dc6bff3a96f0787c5af89cab155374bf0dfebcd2 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 21 Aug 2021 10:11:21 +0800
Subject: [PATCH] save project

---
 and.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/and.py b/and.py
index 5256919..0afa320 100644
--- a/and.py
+++ b/and.py
@@ -2,9 +2,9 @@ import random
 key = "sdadfaksldk打基础 附件覅IC发!"
 massage="诺依,今天一起出去玩!"
 for i in massage:
-    trr1=i
-    trr2=random.choice(key)
-    trr3=random.choice(key)
+    str1=i
+    str2=random.choice(key)
+    str3=random.choice(key)
     text = str1+str2+str3
     text2= text2+text
 print(text2)
\ No newline at end of file
--
libgit2 0.25.0