• 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
AaronPope Avatar
Name:Aaron Pope
Clan:Unknown
Member Since:Apr 2018
Last Seen:May 2025
Profiles:
Following:0
Followers:0
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (10)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • kgashok
    • commented on "Fizz Buzz algorithm in Python" kumite
    • 3 years ago

    Super!

  • Custom User Avatar
    • rplacoopfe
    • commented on "Fizz Buzz algorithm in Python" kumite
    • 3 years ago

    watching this little game evolve was quite nice, I love that someone added a num gen. That made this fizzbuzz worth looking at.

    Goodwork.

  • Custom User Avatar
    • FArekkusu
    • commented on "Fizz Buzz algorithm in Python" kumite
    • 7 years ago

    I've decided to make it the same as the original kumite: an up to N generator, and converting the thing into list manually for tests. Obviously, it should return an array (small n) or just generator (big n).

  • Custom User Avatar
    • Blind4Basics
    • commented on "Fizz Buzz algorithm in Python" kumite
    • 7 years ago

    the caller/tester will almost never call your function, then convert the result to a list. Meaning you actually need a second function to actually make the list. That is... in normal condition of usage of the test framework.

  • Custom User Avatar
    • ClaudiuRoland
    • commented on "Fizz Buzz algorithm in Python" kumite
    • 7 years ago

    Cool...

  • Custom User Avatar
    • bzajcev
    • commented on "Fizz Buzz algorithm in Python" kumite
    • 7 years ago

    thank You. Hope that would give me a programming job in near future ;)

  • Custom User Avatar
    • bzajcev
    • commented on "Fizz Buzz algorithm in Python" kumite
    • 7 years ago

    rotfl.. what was i thinking. of course you're right :) i've replaced that.
    thank you.

  • Custom User Avatar
    • Voile
    • commented on "Fizz Buzz algorithm in Python" kumite
    • 7 years ago

    [fb for fb in fizzBuzz(17)] => list(fizzBuzz(17))

  • Custom User Avatar
    • ClaudiuRoland
    • commented on "Fizz Buzz algorithm in Python" kumite
    • 7 years ago

    Wow...You're pretty good...:d

  • Custom User Avatar
    • ClaudiuRoland
    • commented on "Fizz Buzz algorithm in Python" kumite
    • 7 years ago

    Thanks for the feedback.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...