Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #44.2K
1 Posted Topic
for line in song: for word in line.split(): counter+=1 if word in KEYWORDS: counterline.append(counter) print line, Hi I tried the code snippets above and they work just great. But from the "found" list I wanted to be able to randomly select a few of them only and print those out. …
The End.
pensaf