PulserCodervs.poacosta872 years ago
Return 10
PulserCodervs.who??2 years ago
Why you don't complete this kumite
PulserCoder2 years ago
Return 10
def solution():
return 10
import codewars_test as test
# TODO Write tests
from solution import solution
# test.assert_equals(actual, expected, [optional] message)
.describe("Example")
def test_group():
.it("test case")
def test_case():
test.assert_equals(solution(), 10)
PulserCodervs.PulserCoder2 years ago
Return 100
PulserCodervs.EgorArh2 years ago