目录
python 用户名生成程序
【问题描述】
要求:输入用户姓名,输出用户名字的首字母后面加上最多7位作为用户名。
举例:用户姓名为Alex Shoulson,生成的用户名为” AShoulson”;用户姓名为John Smith生成的用户名为” JSmith”。
【输入形式】
【输出形式】
【样例输入输出】(注意其中下划线的部分表示输入的,不带下划线的表示输出的。)
Please enter your first name:hongfei
Please enter your last name:zhu
Your username is:hzhu
a=input("Please enter your first name:")
b=input("Please enter your last name:")
a=a[0]
print(f"Your username is:{a}{b}")
python 生日快乐歌
【问题描述】
【输入形式】输入一个人名,输出唱给他的生日快乐歌
【输出形式】
【样例输入】Mike
【样例输出】
Happy Birthday to you!
Happy Birthday to you!
Happy Birthday,dear