Advertisement
Felanpro

Random shit

Aug 1st, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. from os import *
  2.  
  3. def func(x):
  4.     print(listdir(x))
  5.  
  6. def help_func():
  7.     print("func([Directory Name])")
  8.  
  9. help_func()
  10.  
  11. func("Tor Browser")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement