Commit 6f028665 by BellCodeEditor

save project

parent d371447d
Showing with 8 additions and 0 deletions
n=['J','S','L','A','D','H']
#n.remove('L')
#n.insert(2,"N")
n[2]='N'
n.pop(3)
n.insert(4,'Sa')
print(n)
\ 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