• 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
deros1 Avatar
Name:Daniel Eros
Clan:Codecool
Member Since:Mar 2017
Last Seen:Jul 2023
Profiles:
    Following:1,323
    Followers:1,319
    Allies:1,317
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (21)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • ꁹꍟꇓꐇꌚ
      • commented on "Find Multiples of a Number" python solution
      • 3 months ago

      ONE LINER ALERT

    • Custom User Avatar
      • doubled148
      • commented on "Find Multiples of a Number" python solution
      • 8 months ago

      range(1,7)

      the last number (stop=7) is not included in the range function so when you write 7 the iteration of the for loop will stop in the number 6 (since the 7 is not included)
      so when you want to stop in 7 you should do 7+1

    • Custom User Avatar
      • Misutā Robotto
      • commented on "Find Multiples of a Number" python solution
      • 11 months ago

      Oooooh, I just got it! Brilliant!

    • Custom User Avatar
      • YurDavid
      • commented on "Find Multiples of a Number" python solution
      • 2 years ago

      damn forget about that one

    • Custom User Avatar
      • Shaqiloheal
      • commented on "Find Multiples of a Number" python solution
      • 2 years ago

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

    • Custom User Avatar
      • dawidkaplon
      • commented on "All Star Code Challenge #18" python solution
      • 2 years ago

      Nice, but parenthesses are unneccesary here :>

    • Custom User Avatar
      • AntonLtk
      • commented on "Find Multiples of a Number" python solution
      • 2 years ago

      Nice one, GG! Forgot about that option :)

    • Custom User Avatar
      • DannyTheGerman
      • commented on "Find Multiples of a Number" python solution
      • 2 years ago

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

    • Custom User Avatar
      • Vanavara
      • commented on "Find Multiples of a Number" python solution
      • 3 years ago

      ah, exactly.
      Thank you!

    • Custom User Avatar
      • balcandev
      • commented on "Find Multiples of a Number" python solution
      • 3 years ago

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

    • Custom User Avatar
      • MitchMan
      • commented on "Find Multiples of a Number" python solution
      • 3 years ago

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

    • Custom User Avatar
      • Bravono
      • commented on "You only need one - Beginner" javascript solution
      • 3 years ago

      I was looking for a solution that looks like mine. Found it.

    • Custom User Avatar
      • StevenEDC
      • commented on "Find Multiples of a Number" python solution
      • 3 years ago

      same

    • Custom User Avatar
      • morrae
      • commented on "Find Multiples of a Number" python solution
      • 3 years ago

      I feel like an idiot

    • Custom User Avatar
      • PythonNoob808
      • commented on "Find Multiples of a Number" python solution
      • 3 years ago

      very nice Kata to practise list comprehension!

    • Loading more items...
    • © 2025 Codewars
    • About
    • API
    • Blog
    • Privacy
    • Terms
    • Code of Conduct
    • Contact

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...