Hello, I need to take a random word from a flat text file with words in it ... #!/usr/bin/env python import random data=open("file").read().split() print ...
確定! 回上一頁