- Code: Select all
class Test
def main
print """ fewfefwe """
Produce this compilation error ?
test.cobra(3,15): error: Expecting an expression.
Compilation failed - 1 error, 0 warnings
Not running due to errors above.
class Test
def main
print """ fewfefwe """
class Test
def main
print " fewfefwe "
print ' fewfefwe '
Users browsing this forum: No registered users and 2 guests