standajon / PythonDevelopeIntroduction

Block comment should start with # FLK-E265
Style
Minor
1 occurrence in this check
block comment should start with '# '
 1#radek kodu, ktery se nikdy nevykona 2def calculate_sum(x, y):
 3    return x + y
 4    print("Diky za vypocet")