Commit b44c2edc by BellCodeEditor

save project

parent 60bab221
Showing with 3 additions and 2 deletions
j = "abc" j = "abc"
m = list(j) m=list(j)
print(m) n=" ".join(m)
print(n)
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