aboutsummaryrefslogtreecommitdiff
path: root/challenge-286/zapwai/python/ch-1.py
blob: 546468060ab3f7e0853c6264021c8fa08c7361c0 (plain)
1
2
3
4
import random
fil=open("ch-1.py","r") 
words=fil.read().split()
print(words[random.randint(0,len(words)-1)])