python函数调用

#!/usr/bin/python
#coding=utf-8
#好好学习,天天向上
def user(username):
    """显示用户名"""
    print(f"hello,{username.title()}!")
user("tiger")

  

 

posted @ 2021-01-05 21:28  tigergaonotes  阅读(41)  评论(0编辑  收藏  举报