Skip to content

1B #2

@legend17-dot

Description

@legend17-dot

name=input("Enter the name of the person:")
year=int(input("Enter the year of birth:"))
age=2026-year
print("Name:",name)
print("Current Age:",age)
if age>=60:
print("The person is a senior citizen")
else:
print(f"{name} is not a senior citizen cause his age is {age}")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions