standajon / PythonDevelopeIntroduction

Expected 2 blank lines after end of function or class FLK-E305
Style
Minor
1 occurrence in this check
expected 2 blank lines after class or function definition, found 1
 3    return x + y
 4    print("Diky za vypocet")
 5
 6print(calculate_sum(10,2)) 7
 8
 9