Hekyのblog

python考试修改

a=int(input())
b=int(input())
if a==183 and b==684:
    print('success')
elif a==183:
    print('B is wrong')
else:
    print('A is wrong')

print("BBCAA") # 1-5
print("CBCAD") # 6-10
print("DCBDB") # 11-15
print("ACCDC") # 16-20

当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »