A VERY BASIC AGE CALCULATOR BY HB
Project description
HB AGE CALCULATOR
THIS IS A SIMPLE AGE CALCULTOR MODULE YOU CAN EASILY USE IT
Installation
pip install hbagecalculator
Usage
# INPUT METHOD (TO GET YEAR)
import hbagecalculator
import datetime
Year = int(input("ENTER THE YEAR YOU WERE BORN : "))
age= datetime.datetime.now().year-Year
print("YOUR ARE ", age, "YEARS OLD")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hbagecalculator-8.tar.gz
(1.9 kB
view details)
File details
Details for the file hbagecalculator-8.tar.gz.
File metadata
- Download URL: hbagecalculator-8.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ceb26c91c77850d43ff5c42e8b391b6fbb85192c303f3ccbcb96bea9c6bd2501
|
|
| MD5 |
8a586a86e2457d26e3ac432c7a8234bd
|
|
| BLAKE2b-256 |
e8f43fb3fed36c554c6dbcfe02f21cecfcc0a5e8391dfc2f08f7a123f0a727d4
|