print 預設輸出是換行的,如果要實現不換行需要在變數末尾加上逗號, #!/usr/bin/python # -*- coding: UTF-8 -*- x=”a” y=”b” # 換行輸出print x print y print ...
確定! 回上一頁