Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- """
- ********WRONG APPROACH, NOT WORKING**************
- """
- count = 0
- for x in ocurrances:
- if ocurrances[x] > 0 and x != "consonants":
- print x + ",", #this needs to be completely finished before going off to the nextline
- if count == 0:
- print "were inserted",
- count += 1
- for x in ocurrances:
- if ocurrances[x] > 0 and x != "consonants":
- print str(ocurrances[x]) + ",",
- print "times respectively"
Add Comment
Please, Sign In to add comment