Advertisement
paster442

Scratch

Sep 5th, 2021
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.31 KB | None | 0 0
  1. from scratchlib import *
  2.  
  3. print(message_count("unicornmable"))
  4. print(user_id("griffpatch"))
  5. print(location("griffpatch"))
  6. print(about_me("griffpatch"))
  7. print(wiwo("wvj"))
  8. print(is_available("wvj"))
  9. print(is_scratchteam("designerd"))
  10.  
  11. print(encode("hello"))
  12. print(join_date("wvj"))
  13.  
  14. #print(followers("wvj"))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement