fork download
  1. begin='我吃了'
  2. number=1
  3. fruit='个水果'
  4. print(begin+str(number)+fruit)
Success #stdin #stdout 0.07s 14136KB
stdin
Standard input is empty
stdout
我吃了1个水果