Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Even or Odd #70

@shorodilov

Description

@shorodilov

Write a function that takes an integer number as its argument and return:

  • 'odd' if the number is odd
  • 'even' if the number is even
  • None if the number is zero (considered to be neither odd, not even)

Metadata

Metadata

Labels

assignmentRepresents a challenge for homework or exam

Type

No type

Projects

Relationships

None yet

Development

No branches or pull requests

Issue actions