首页 新闻 会员 周边
4
回答数

待解决问题 Python 3.2中的%s的用法

name = input("please input your name:")a ="Hello, %s" % nameprint (name)帮忙看一下,为什么输出不了Hello