Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

here's one in Python:

import random

stocks = (ibm, apple, ...)

stock_to_buy = random.choice(stocks)



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: