Start a new Kumite
AllAgda (Beta)BF (Beta)CCFML (Beta)ClojureCOBOL (Beta)CoffeeScriptCommonLisp (Beta)CoqC++CrystalC#D (Beta)DartElixirElm (Beta)Erlang (Beta)Factor (Beta)Forth (Beta)Fortran (Beta)F#GoGroovyHaskellHaxe (Beta)Idris (Beta)JavaJavaScriptJulia (Beta)Kotlinλ Calculus (Beta)LeanLuaNASMNim (Beta)Objective-C (Beta)OCaml (Beta)Pascal (Beta)Perl (Beta)PHPPowerShell (Beta)Prolog (Beta)PureScript (Beta)PythonR (Beta)RacketRaku (Beta)Reason (Beta)RISC-V (Beta)RubyRustScalaShellSolidity (Beta)SQLSwiftTypeScriptVB (Beta)
Show only mine

Kumite (ko͞omiˌtā) is the practice of taking techniques learned from Kata and applying them through the act of freestyle sparring.

You can create a new kumite by providing some initial code and optionally some test cases. From there other warriors can spar with you, by enhancing, refactoring and translating your code. There is no limit to how many warriors you can spar with.

A great use for kumite is to begin an idea for a kata as one. You can collaborate with other code warriors until you have it right, then you can convert it to a kata.

Ad
Ad
Code
Diff
  • def why():
        писька = f"w - h - y"
        return писька
    • def why():
    • s = f"w - h - y"
    • return s
    • писька = f"w - h - y"
    • return писька
Code
Diff
  • def return_hundred():
        f = 99 + 1
        return f
    • def return_hundred():
    • if 8 == 0:
    • return 100 + 10
    • else:
    • return 100 - 0 + 0 - 0
    • return (1829-1762+21)/100 + 99.12
    • f = 99 + 1
    • return f
Code
Diff
  • def lenght_line(line='marry, ksnfgjji233jc, harry!@#ddddddddddddddd'):return 'ksnfgjji233jc,'
    • def lenght_line(line='marry, ksnfgjji233jc, harry!@#dddddddddddddd'):return 'ksnfgjji233jc,'
    • def lenght_line(line='marry, ksnfgjji233jc, harry!@#ddddddddddddddd'):return 'ksnfgjji233jc,'
Code
Diff
  • def should_return_1():
        ddddddddddddddd = 2 - 1
        return ddddddddddddddd
    • def should_return_1():
    • dddddddddddddd = 2 - 1
    • return dddddddddddddd
    • ddddddddddddddd = 2 - 1
    • return ddddddddddddddd
Code
Diff
  • def solution():
        ddddddddddddddd = 1 + 9
        return ddddddddddddddd
    • def solution():
    • dddddddddddddd = 1 + 9
    • return dddddddddddddd
    • ddddddddddddddd = 1 + 9
    • return ddddddddddddddd