fork download
  1.  
  2. x=8
  3. y=400
  4. z=y/8
  5. print(z)# your code goes here
Success #stdin #stdout 0.01s 7156KB
stdin
Standard input is empty
stdout
50