Advertisement
anubischeats

pythonimport

Dec 15th, 2023 (edited)
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. def check():
  2. return "Working"
  3.  
  4. def add(a,b):
  5. return a+b
  6.  
  7. if __name__ == "__main__":
  8. pass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement