-2
>>> import sys
>>> def hello(name):
    name='Hello, ',name,' !'
    print name

这是我的代码。如何为参数“名称”赋值?

4

1 回答 1

1

你的意思是

input = "whatever"
hello(input)
于 2013-04-24T10:36:52.983 回答