Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - # create a list taking every other entry beginning with 0
 - prices = s3[::2]
 - k=1
 - with open('{}_prices.py'.format(int(time.time())), 'a') as donkey:
 - while k<len(prices):
 - donkey.write('%r\n')%prices[k]
 - k+=1
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment