Ad
  • Custom User Avatar

    Your task is to make a function that can take any non-negative integer as an argument...

    That means your function will only receive non-negative numbers.

  • Custom User Avatar

    For Python

    Instructions ask for non-negative integers only but test cases don't include negative inputs.