Skip to content

MajhiRockzZ/py-programming-exercises

Repository files navigation

Py Programming Exercises

My day to day coding exercise and solutions.

Motivation

Practicing my coding skills to get hired in tech.

Code style

forthebadge

Screenshots

Code Example

import datetime

name = input(f"Give me your name? : ")
age = int(input(f"Now, Give me your age? : "))

current_year = datetime.datetime.now().year

year = ((current_year - age) + 100)

print(f"{name} will be 100 years old in the year {year}")

Credits

Sumesh Majhi

Twitter Follow

License

MIT Licence