fork download
  1. # your code goes here
  2. v = 401000
  3. c = 0.038
  4. s = c * v
  5. print (s)
Success #stdin #stdout 0.01s 7292KB
stdin
Standard input is empty
stdout
15238.0