fork download
  1. # your code goes here
  2. x = print(3 + 4)
  3. print(x);
Success #stdin #stdout 0.13s 14140KB
stdin
Standard input is empty
stdout
7
None