Advertisement
Guest User

кряк

a guest
Jun 27th, 2019
612
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.29 KB | None | 0 0
  1. ---------------------------
  2. color.py
  3. ------------------------
  4. def checkcolor():
  5.     return [255, 240, 255]
  6.  
  7. def newcolor():
  8.     return 255
  9. ---------------------------
  10.  
  11. ---------------------------
  12. libsqld.py
  13. ---------------------------
  14. def add(a, b, c):
  15.     return a
  16. ---------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement