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

http://news.ycombinator.com/item?id=32766

It would probably be helpful if that information was readily available via a link near the "add comment" and "reply" buttons



Thanks.

 import random
 def run():
 	prisoners = {}
 	for x in range(100):
 	 prisoners[x]=0
 	days=0; counter=0; bulb=0
 	while counter<100:
 	 prisoner = random.randint(0, 99) 
 	 days += 1
 	 if prisoner == 0:
 	  if bulb == 1:
 	    bulb = 0; counter += 1
 	 else:
 	   if prisoners[prisoner] == 0 and bulb == 0:
 	     bulb=1
 	return days


Along with all other relevant info for working with text in comments.




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

Search: