Results of Comment Search

Search:    Place:    Show:

Title User Message Date Posted
Re: Vague Description kxoraxe Reading problem statements is a skill of its own. Furthermore, for this question, you can completely ignore the backstory and just read the format and sample. Jul 13, 2019 - 9:55:15 pm UTC
Re: Vague Description magicalsoup specify? Jul 11, 2019 - 5:20:51 pm UTC
Vague Description AlexAlghisi I don't really understand how does this come .. ? Jul 11, 2019 - 9:17:58 am UTC
Re: Why does my code not print the integers I need it to print? magicalsoup first of all, look through your logic first, if A==B&&B==C return? where does it say that? and A==B | !(B==C) return? where does it say that? my point is that these two are absolutely not useful AT AL... Sep 05, 2018 - 10:01:51 pm UTC
Why does my code not print the integers I need it to print? mathdude2017 My code will not print out anything for some reason can someone tell me why? Code removed by admin. Please do not submit code in comments. Sep 05, 2018 - 9:58:10 pm UTC
Re: can someone help? Butane The error code tells you your problem. How can you subtract two strings? Search up the difference between an integer and a string. Jan 15, 2016 - 1:13:14 am UTC
Re: can someone help? Venkat24 what does it mean by: Traceback (most recent call last): File "./prog.py", line 8, in TypeError: unsupported operand type(s) for -: 'str' and 'str' Jan 14, 2016 - 10:49:20 pm UTC
Re: can someone help? jargon Your code does not appear to me to work on the shown test case. I suggest trying out some inputs and tracing through your program. There are three simple cases to try. Here's a hint: you're printing ... Jan 13, 2016 - 5:23:33 am UTC
can someone help? Venkat24 my code works on ideone, and works properly with the test case show, but when i put it into peg judge, it only gives me 10/50. can someone help? Jan 13, 2016 - 1:38:53 am UTC