• Sign Up
  • Kata
  • Kumite
  • Blog
  • Forum
  • Wiki
  • Leaders
  • Log In
  • Sign Up
Name:Unknown
Clan:Unknown
Member Since:Jan 2018
Last Seen:Feb 2021
Profiles:
    Following:0
    Followers:1
    Allies:0
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (7)
    • Replies
    • Authored
    • Needs Resolution
      • IhorTimPack
      • commented on "Simple string expansion" python solution

      It would be brilliant if you knew all the task.

      • IhorTimPack
      • commented on "Simple string expansion" python solution

      Also this code can not solve such task: a2(b)c2(d)
      It gives the result: abcddbcdd
      But the right result is: abbcdd

      • lechevalier
      • commented on "Simple Fun #125: Array Equalization" python solution

      This comment is hidden because it contains spoiler information about the solution

      • BinaryEclipse
      • commented on "Classy Classes" python solution

      It's pythons way of making getters/setters. The @ symbol means the property function is used as a decorator, this is syntactic sugar for property(fget=info)(fget is the getter function). When someone wants the property named info(which was a variable initially) it returns the result of the info function instead.

      • SoufianeKre
      • commented on "Simple string expansion" python solution

      you're right

      • MeanStreet
      • commented on "Simple string expansion" python solution

      Super smart to read it backwards. However, it doesn't handle a case where the number of repetitions has more than 1 digit (like in '16(ab)'), instructions are unclear on that point

      • SoufianeKre
      • commented on "Simple string expansion" python solution

      That is brilliant!!!!

    • © 2021 Codewars
    • About
    • API
    • Blog
    • Privacy
    • Terms
    • Contact
    • powered by

    Confirm

    • Cancel
    • Confirm