6
WiseMan
6y

When i have to take an hard decision, this python script always helps.

import random
print(random.choice(hardDecisionOfLife))

Comments
Add Comment