print("歡迎光臨:{},你的密碼是:{},目前累計積分:{}.".format(name, password, 6800)) print("Hello {}.".format(name)) # 根據資料索引來格式化字串 ...
確定! 回上一頁