格式说明符字符串

时间:2015-10-05 05:16:07

标签: python string

当我返回此功能时,我会返回推定名称和"无。"我如何摆脱"无。"

def hello_name(yeah):

      """returns a greeting in the form of 'Hello s!'"""
      print('Hello {0}!'.format(yeah))

0 个答案:

没有答案