fork download
  1. k = []
  2. int = 4567
  3. j = str(int)
  4. print(j)
Success #stdin #stdout 0.07s 14184KB
stdin
Standard input is empty
stdout
4567