标签:int color size name 手机号 公司 键盘 %s 获取
name = input(">>> 姓名:")
QQ = input(">>>QQ: ")
phone_num = input(">>>手机号: ")
com_addr = input(">>>公司地址: ")
print("=" * 30)
print("\n 姓名:%s\n\nQQ:%s\n\n 手机号:%s\n\n 公司地址:%s\n" % (name, QQ, phone_num, com_addr))
print("=" * 30)
标签:int color size name 手机号 公司 键盘 %s 获取
原文地址:https://www.cnblogs.com/wang-yongxu/p/12544009.html