返回列表 發帖
回復 1# 鄭繼威


a = 123
b = 456
print(a,"Python",b)
print(a,"Python",b,sep="~")
print(a,"Python",b,sep="~",end="!!!")

TOP

返回列表