MajhiRockzZ / py-programming-exercises

☕ 100+ Python challenging programming exercises

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

☕ 100+ Python challenging programming exercises

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 79.5%Language:Python 20.5%