Commit 084480a4 by BellCodeEditor

auto save

parent ae5ed990
Showing with 8 additions and 3 deletions
......@@ -27,6 +27,12 @@ print(int(66.3))
a=input("输入:")
print(type(a))
"""
print(1,2,3,4,sep=',')
print(2 and 1)
\ No newline at end of file
print(2 and 1)
"""
a={"p":9,"k":10}
c=a.pop("p")
print(c)
print(a)
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