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.3.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.3.tar.gz.
File metadata
- Download URL: CodeDrive-1.3.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 |
b2f988cb8cb450bddb53f9c5e29e7598adb87f07fd62d0a3d8ac0903d2ae8612
|
|
| MD5 |
e05edc0bc75d75b64e3314de9f07ef93
|
|
| BLAKE2b-256 |
5f530ee8938a0998b20755759770891e081f40b6573d043f9f04a35edeac838e
|
File details
Details for the file CodeDrive-1.3-py3-none-any.whl.
File metadata
- Download URL: CodeDrive-1.3-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 |
700973bcd2a818820bec6d5b8138bf834ed982049544a912d34464d9e3eae726
|
|
| MD5 |
1ad402086a2a49b6f7eedda016f0219a
|
|
| BLAKE2b-256 |
ab3a4a2cf81fd2ceec26fa2ae8e673e845b70cd012dd01f18f59462e23a4b42f
|