Commit 9f3c3faa by BellCodeEditor

save project

parent 9ab75f33
Showing with 2 additions and 1 deletions
...@@ -24,5 +24,5 @@ e2.remove(jpo) ...@@ -24,5 +24,5 @@ e2.remove(jpo)
k = "".join(e2) k = "".join(e2)
j = 0 j = 0
while(j<len(k)): while(j<len(k)):
print(j,end="") print(k[j],end="")
j += 3 j += 3
\ 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