fork download
  1. # your code goes here
  2.  
  3. ge = 'ge'
  4. sample = (
  5. ' select '
  6. ' ho%s' % ge
  7.  
  8. )
  9.  
  10. print(sample)
Success #stdin #stdout 0.01s 7032KB
stdin
Standard input is empty
stdout
 select  hoge