Skip to content

Small project odd or even num checker #523

@Gokulraj1721

Description

@Gokulraj1721

print("🔢 Odd or Even Checker")

Step 1: Get number from user

num = int(input("Enter a number: "))

Step 2: Check condition

if num % 2 == 0:
print(num, "is Even")
else:
print(num, "is Odd")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions