fork(4) download
  1. # your code goes here
  2. var = 224
  3.  
  4. print("The var is %d" % var)
  5. print("The var is", var)
Success #stdin #stdout 0.04s 9440KB
stdin
Standard input is empty
stdout
The var is 224
The var is 224