user_name = input("請輸入用戶名稱:")user_type = input("請輸入用戶類型:")print("您好:%s,您是最貴的:%s 用戶,歡迎您的光臨。"%(user_name,user_type ))