fork download
  1. n = 254
  2. print(sum([int(i) for i in str(n)]))
Success #stdin #stdout 0.01s 27704KB
stdin
Standard input is empty
stdout
11