diff --git a/diy4.py b/diy4.py index 4d262b6..b6a55da 100644 --- a/diy4.py +++ b/diy4.py @@ -14,8 +14,7 @@ for i in poet: text=str2+str3+str1 textmessage=textmessage+text a=list(textmessage) - -random.randit(0,len()) +random.randint(0,len(textmessage)) a.insert(4,poet) lpoe="".join(a) print(lpoe)