fork download
  1. x=int(10)
  2. a=pow(x,3)
  3. b=x%10
  4. s=a+b
  5. print(s)
Success #stdin #stdout 0.03s 9168KB
stdin
Standard input is empty
stdout
1000