9
RobertCMonahan
7 17
396/ 445
Robert Monahan
Last seen 8 years ago
Member for 8 years, 2 months, 25 days
Difficulty Normal
Best reviews / Newest reviews
First-nomis517
Your code is very clear and easy to read, Great job! It can only push one digit numbers though because command[-1] only grabs the last digit in the str. e.g. 'PUSH 120' would only push the 0 into the stack. command[4:] would allow your code to accept int of any length. More
Digit Stack-MadCow234
Great code! it's nice you see somebody using comments, that makes it very easy to read. More