standajon / PythonDevelopeIntroduction

Invalid syntax FLK-E999
Bug risk
Critical
2 years ago2 years old
IndentationError: unindent does not match any outer indentation level
1def calculate_minus(x, y):
2         sum = x - y
3    return x - y4
SyntaxError: '(' was never closed
1print("Ahoj, jak se mas?"