Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. class A:
  2.   @staticmethod
  3.   def foo():
  4.     return ?!?!?()
  5.  
  6.  
  7. class B(A):
  8.   pass
  9.  
  10. B.foo()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement