fork download
  1. username='xiaoming'
  2. age=18
  3. hello=f'我的名字叫{username},今年{age}岁'
  4. print(hello)
Success #stdin #stdout 0.07s 14044KB
stdin
Standard input is empty
stdout
我的名字叫xiaoming,今年18岁