fork download
  1. class Fox:
  2. head=1
  3. eye=2
  4. legs=4
  5. tail=1
  6. def eat(self):
  7. print("主人,我还想要")
  8.  
  9.  
Success #stdin #stdout 0.03s 9484KB
stdin
Standard input is empty
stdout
Standard output is empty