FSM.7z solution in Creative category for Striped Words by veky
def checkio(t,S="o",C=0): for c in t.upper()+" ": if"/" Oct. 8, 2013 Comments: Fermax on May 3, 2014, 7:09 a.m. <p>Umm... explanation please?</p> veky on May 3, 2014, 7:50 a.m. <p>Did you read my other solution? --></p> <p>(If yes and still want explanation, no problem. I just want to know if only shortness is the problem, or you have trouble following the algorithm.)</p> Fermax on May 3, 2014, 7:59 a.m. <p>Ah! Your other solution is certainly more readable. :)</p> <p>Are you saying this is the same logic, but 'code compressed'?</p> <p>My brain still hurts when I read this solution. :(</p> veky on May 3, 2014, 8:15 a.m. <blockquote> <p>Are you saying this is the same logic, but 'code compressed'?</p> </blockquote> <p>More or less, yes. But there are few rewards for people reading this one, too. ;-)</p> <blockquote> <p>My brain still hurts when I read this solution. :(</p> </blockquote> <p>I guess you know that ooold joke...</p> <ul> <li>"Doctor, it hurts when I do this."</li> <li>"Then don't do that."</li> </ul> <p>:-P</p> bsquare on Aug. 7, 2019, 2:37 p.m. <p>Outch ... true .. this one hurts.</p> veky on Aug. 7, 2019, 2:39 p.m. <p>Read the comments above. Especially the joke. ;-)</p> bsquare on Aug. 7, 2019, 2:50 p.m. <p>Yes I already did, and it makes me laugth ;)</p>
Oct. 8, 2013
Comments: