Python Intern
2017年11月9日 星期四
1001 基本輸入輸出交換
說明
用鍵盤輸入二個整數,再將它交換順序後由螢幕輸出
注意不可輸出多餘文字如
空白
、
說明文字
等
Input Format
整數1
整數2
Output Format
整數2
整數1
x=input()
y=input()
print(y)
print(x)
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言