Posts
 
Reputation
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
~213 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for _Nestor

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. …

Member Avatar for pensaf
-1
213

The End.