fork download
  1. y=2019
  2. m=10
  3. d=9
  4. print(str(y)+"/"+str(m)+"/"+str(d))
Success #stdin #stdout 0.02s 63512KB
stdin
Standard input is empty
stdout
2019/10/9