Commit 53489839 by BellCodeEditor

auto save

parent 7c162354
Showing with 5 additions and 4 deletions
list=[1,2,3]
list1=[2,3,4]
print(max(list1)
\ No newline at end of file
set1={1,2,35,5,7,8,5,545,1,2,}
set2={2,1,35,7,5,8,545}
if set1==set2
print("是相同")
\ 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