This package contains codes/functions that are useful in school level python programming
Project description
CodeDrive
This is a Python Library contains some basic programs given in schools for assessments.
It has only one Class: Functions
Example of how to use this module:
from CodeDrive import Functions as fn
#or the alternative way
import CodeDrive.Functions as cf
#Now you want to run a palindrome test, so you need to do:
user = int(input("Enter number: "))
test = fn.palindromeNum(user) #This function will return True if the number passes the test, else False
if test == True:
print(f"{user} is a palindrome number")
else:
print(f"{user} is not a palindrome number")
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
CodeDrive-1.4.tar.gz
(3.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file CodeDrive-1.4.tar.gz.
File metadata
- Download URL: CodeDrive-1.4.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d36a61e8ec9a09ffc786cb0e6075a4e7deffbbf2f377355bd8eb9c0f1c1c8f82
|
|
| MD5 |
e09788cc7fa3bada0a66c7de1e733eb0
|
|
| BLAKE2b-256 |
b5f9af1409454cd91ee0a777cc9b55d42de5aff823c936ca3fa13c090792dbd8
|
File details
Details for the file CodeDrive-1.4-py3-none-any.whl.
File metadata
- Download URL: CodeDrive-1.4-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f88771281fb26b00c731bbb1cf10ddba26dd298fa15f0265ee83c7a3b11627e2
|
|
| MD5 |
1797eed40e86cb6e1eede5f1ee16fbef
|
|
| BLAKE2b-256 |
87d0066153905e9d99caac9b9f5f9733b1c30a9b78a5d1163bc5a232e83f5e74
|