python之format函数的使用

def hello(person):
print(’{0},你咋滴啦’.format(person))
print(‘sir,你不理我,我就走啦’)
p = ‘明月’
hello§

#return语句的基本用法
def hello(person):
print(’{0},你肿么咧’.format(person))
print(‘sir,你不理我那我就走啦’)
return ‘我已经跟{0}打过招呼啦,{1}不理我’.format(person,person)
p = ‘月如’
rst = hello§
print(rst)

上一篇:上海_多测师面试 _外包公司(2020年10月18日)_高级讲师肖sir


下一篇:第一次:lesson eighty seven。