fork download
  1. val = [1,3,9,5,2,6,12,4,7]
  2. max(-10,20,0,-20)
  3. val = 123
  4. val2 = '天氣'
  5. print(val)
  6. print(val2)
  7. print('hello word')
Success #stdin #stdout 0.13s 14096KB
stdin
Standard input is empty
stdout
123
天氣
hello word