fork(1) download
  1. # your code goes here
  2. a = 5
  3. b = 7
  4. P = a*b
  5. print(P)
Success #stdin #stdout 0.03s 9696KB
stdin
Standard input is empty
stdout
35