What do you have copied? Paste it. No cheating!

Discussion in 'General' started by SixTimesThree, Apr 5, 2011.

  1. 1Hy9drW3synUhGjyB71nB7K1ht3sMTL2K9

    send me the BTC soon as so I can order it!
    😂wtf
     
  2.  Alzheimer
     
  3. https://www.youtube.com/watch?v=ZFyy1ZaddXM
     
  4. Beyoncé - Haunted


    ......Really?
     
  5. https://www.youtube.com/watch?v=LBZ-3Ugj1AQ
     
  6. count pushkin vodka
     
  7. import time as t
    from os import path

    def createFile(dest):
        '''
        The script creates a txt file at the passed in location,
        names file based on date
        '''
        date = t.localtime(t.time())
        ## FileName = Month_Day_Year
        name = "%d_%d_%d.txt" %(date[1], date[2], (date[0] %100))
        
        if not (path.isfile(dest + name)):
            f = open(dest + name, "w")
            f.write("\\n"*30)
            f.close()

    if __name__ == "__main__":
        destination = "//mnt//home//enigma//Documents//"
        createFile(destination)
        input("done!")

     
     
  8. https://www.youtube.com/watch?v=xpO9RcYxlQA
     
  9. #11093 Desert Rose, Mar 31, 2015
    Last edited by a moderator: Mar 31, 2015
    EE156559102**
     
     
    [Edited to remove last 2 characters of the tracking number for security reasons.]
     
  10. "Tb to when I got hit it the face bc my shitty doubles partner would move the fuck out of the way! "


    Sent from my iPhone using Grasscity Forum
     

Share This Page