Commit 87c6b9bc by BellCodeEditor

save project

parent 69024918
Showing with 16 additions and 3 deletions
lst=['a','b'.'c'.'d'.'e'.'f']
print(lst[-4:-1:2])
lst=['a','b'.'c'.'d'.'e'.'f']
print(lst[1::])
= lst[x for x in range(0,101)]
lst1 = lst[::]
\ No newline at end of file
player=input("请出拳:石头")# 玩家出拳 s=set
print("玩家出拳:"+player) a=1
\ No newline at end of file b=[1,2,3]
if a in b:
print('z')
\ No newline at end of file
lst = [x for x in range(0,101)]
lst1 = lst[::-1]
\ 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