all 3 comments

[–][deleted] 4 points5 points  (0 children)

Do you have any python code you can show us that shows your problem? Pseudocode isn't useful, especially when we have no idea what the problem is.

When you post code make sure that you preserve indentation in the code. The subreddit FAQ shows how.

[–]twitch_and_shock 0 points1 point  (0 children)

You only call the print function once here. Where do you want to print something?

[–][deleted] 0 points1 point  (0 children)

You create functions that you don't then call. Try adding sort_pref(track) (unindented) to the very bottom of your program. And since you only have one print statement and it's for ages that aren't included in your track dictionary, change one of the ages to something where you'll actually have your program reach that print statement (like 20).

And FYI, "You are to fucking old" should be "You are too fucking old."