You are viewing a single comment's thread. Return to all comments →
Super sollution. I used :
cmd = "lst.{}({})".format(cmd,",".join(args)) eval(cmd)
instead of:
cmd += "("+ ",".join(args) +")" eval("l."+cmd)
Seems like cookies are disabled on this browser, please enable them to open this website
Equal
You are viewing a single comment's thread. Return to all comments →
Super sollution. I used :
instead of: