fork download
  1. # your code goes here
  2. print("hello world!")
  3. print(3*2)
  4. print("화학과"+"이종문"+"입니다.")
Success #stdin #stdout 0.03s 9616KB
stdin
Standard input is empty
stdout
hello world!
6
화학과이종문입니다.