已收藏
收藏
a = input('input a number a') b = input('intput a number b') a = int(a) b = int(b) if a>b: pass else pass
马哥教育IT实战