Commit be8e3dcc by BellCodeEditor

save project

parent cb8cb0dd
Showing with 4 additions and 2 deletions
......@@ -8,4 +8,6 @@ for i in range(len(b1)):
c=random.choice(a1)
d=a+b+c
a1_b1=a1_b1+d
print(a1_b1)
\ No newline at end of file
c=list(a1_b1)
c.extend("shajkf!!")
print(c)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment