• Sign Up
    Time to claim your honor
  • Training
  • Practice
    Complete challenging Kata to earn honor and ranks. Re-train to hone technique
  • Freestyle Sparring
    Take turns remixing and refactoring others code through Kumite
  • Community
  • Leaderboards
    Achieve honor and move up the global leaderboards
  • Chat
    Join our Discord server and chat with your fellow code warriors
  • Discussions
    View our Github Discussions board to discuss general Codewars topics
  • About
  • Docs
    Learn about all of the different aspects of Codewars
  • Blog
    Read the latest news from Codewars and the community
  • Log In
  • Sign Up
lazypython Avatar
Name:Unknown
Clan:Unknown
Skills:math, python, machine learning, data structures, c
Member Since:Oct 2016
Last Seen:Feb 2022
Profiles:
Following:313
Followers:324
Allies:306
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies (5)
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • Voile
    • resolved an issue on "String incrementer" kata
    • 7 years ago

    Not an issue

  • Custom User Avatar
    • bouchert
    • commented on "Score From Permutations Of Combinations of an Integer" kata
    • 9 years ago

    It's not entirely clear what your problem is, since you don't say anything about what errors or problems you're experiencing. However, it's possible you're running into the subject of my complaint above. You can't do from itertools import permutations for now. The test declares its own, less flexible version of permutations that overrides it, and which doesn't accept a second parameter. For now, you can work around it by calling import itertools and then using the fully-qualified itertools.permutations function.

  • Custom User Avatar
    • smile67
    • commented on "Score From Permutations Of Combinations of an Integer" kata
    • 9 years ago

    It's up to 9 digits, so your code is too slow to pass the final testcases;-)...

  • Custom User Avatar
    • myjinxin2015
    • resolved an issue on "Simple Fun #87: Shuffled Array" kata
    • 9 years ago

    OK, thanks for your feedback ;-)

  • Custom User Avatar
    • GiacomoSorbi
    • commented on "Simple Fun #87: Shuffled Array" kata
    • 9 years ago

    Can you make a concrete example? As I don't see any chance of getting two different numbers as viable solutions, but I might be short-sighted.

  • © 2025 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Code of Conduct
  • Contact

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...