Commit 31ab2d1f by BellCodeEditor

save project

parent ebeb6e62
b=['袁术'','夏侯惇','曹操','关羽']
b.pop(3)
print(b)
\ No newline at end of file
# 下面的这段代码一共有5处错误,每一行都有一种典型的语法错误,请修改~ for i in range(0,10,2)
for i in range(1,8) print(i)
print'克洛诺斯将第' + str(i) + '个孩子吞进肚子里' s = 0
if i = 5: for i in range(101):
break s = s + i
print('第6个孩子宙斯逃过一劫。) print(s)
\ No newline at end of file a = 'python'
num int(inpt)
count = 0
while count
\ No newline at end of file
message="诺依,周末一起去看动漫展吧!":
for i in message:
print(i)
\ No newline at end of file
bro1="刘备"
bro2="关羽"
bro3="张飞"
bros=["刘备","关羽","张飞"]
bro1=["刘备",161,9.1]
bro2=["关羽",160,8.5]
bro3=["张飞",166,8.3]
bros[0]="关羽"
\ 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