Commit f2fbab89 by BellCodeEditor

save project

parent 9a518f1b
Showing with 4 additions and 5 deletions
abc={'uhnh':52,'qzsd':71,'rrfv':96}
abc.('rrfv')
abc['d']=100
print(abc)
\ No newline at end of file
abc={"uhnh":52,"qzsd":71,"rrfv":96}
for i in abc:
print(i)
\ 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