From 766bad8cd468b68bec6a19ff86783b236abba952 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 27 Feb 2022 14:31:41 +0800
Subject: [PATCH] save project

---
 1.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/1.py b/1.py
index 61fd8d3..9fe8a64 100644
--- a/1.py
+++ b/1.py
@@ -3,6 +3,7 @@ key = "共和国很纠结客户端本身就开发和融合的居然就开了个�
 message = "很过分的"
 g="hjkldsfgsdfghadfghwertyzxcvbn"
 c=""
+x=random
 for i in message:
     a1=i
     a2=random.choice(key)
@@ -10,6 +11,7 @@ for i in message:
     b=a1+a2+a3  
     c=c+b
 h=list(c)
-h.insert(3,g)
+x=random.randint(0,len(g))
+h.insert(x,g)
 n="".join(h)
 print(n)
\ No newline at end of file
--
libgit2 0.25.0