cloudspokes / arena-web

Web arena for SRMs
44 stars 32 forks source link

Python compiler not aware of Class Name, Mathod Name, Return Type and Arg Types values #1088

Closed karthikbecse closed 9 years ago

karthikbecse commented 9 years ago

Login & goto https://arena.topcoder.com/#/u/coding/16311/12628/2

choose python enter code class Bag: def init(self): self.data = [] def add(self, x): self.data.append(x) def addtwice(self, x): self.add(x) self.add(x)

click compile

Expected Result

Must fix the Issue.

should display compiler error

Actual Result

compiles without error

Environment Chrome 39.0.2171.71 m

pyth

skyhit commented 9 years ago

this is the system limitation.