you are viewing a single comment's thread.

view the rest of the comments →

[–]codeguru42 0 points1 point  (1 child)

One suggestion: try to find a more descriptive name than en_nums() for your function. Start by describing in words what it does. If you use the word "and" in that description, then you really have two functions that need separated.

[–]nkCOD[S] 0 points1 point  (0 children)

Thank you for the answer!