• TrexxaByte's Activity

Commented a forum post "Flatten a List on O'Reilly" created by TrexxaByte
I've tried with the **nums** variable as a local variable... inside the function. It still doesn't s
Commented a forum post "Flatten a List on O'Reilly" created by TrexxaByte
This code fails never making it beyond the first assertion test because the values from the first as
Created a forum post "Flatten a List on O'Reilly"
I would like to give some feedback about https://py.checkio.org/mission/flatten-list/legacy-solve/ .
Commented a forum post "ALL UPPER : diffulty with Mixed" created by dardine
I know... I was pretty confused at this whole thing too lol... like the whole if text.upper().isuppe
Commented a forum post "ALL UPPER : diffulty with Mixed" created by dardine
Ok, sorry, now I see your code... and at first glance, line 3 should be removed entirely. You're che
Commented a forum post "ALL UPPER : diffulty with Mixed" created by dardine
You should post the code as it actually is ... line by line... so we know when the traceback referen
Commented a forum post "Statistics Module" created by TrexxaByte
I meant to post this to the actual solutions ... not create a new thread... apologies... lol. But if
Created a forum post "Statistics Module"
import statistics as stat def frequency_sort(items): if len(items) <=
Followed veky