fork download
  1.  
Success #stdin #stdout 0.04s 9588KB
stdin
y=(int(input("enter the mark")))
if(y>=35)
   print("the student is pass")
else
   print("the student is fail")
stdout
Standard output is empty