CloudCoder icon indicating copy to clipboard operation
CloudCoder copied to clipboard

Running Python Class

Open dilipwk opened this issue 7 years ago • 0 comments

Can't able to run simple python class hello world porgram

class MyClass:
  x = 5

print(MyClass)

Shows error: Error compiling submission: mismatched input '1' expecting LPAREN

dilipwk avatar Sep 26 '18 10:09 dilipwk