username='xiaoming' age=18 hello=f'我的名字叫{username},今年{age}岁' print(hello) print(username.upper()) print(len(username))