Last analyzed a653e4d 6 months ago
Default analysis branch is
Currently analyzing run
Statement not reachable on execution PYL-W0101
Anti-pattern
6 months ago6 months old
 1#radek kodu, ktery se nikdy nevykona
 2def calculate_sum(x, y):
 3    return x + y
 4    print("Diky za vypocet") 5
 6print(calculate_sum(10,2))
 7