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.2.tar.gz
(2.7 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.2.tar.gz.
File metadata
- Download URL: CodeDrive-1.2.tar.gz
- Upload date:
- Size: 2.7 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 |
c3474f10b58161101e76663c6a1576c0eb7185166772d32f165beac4af005e66
|
|
| MD5 |
1af116214320e66cdd7d9fd15ea0dc69
|
|
| BLAKE2b-256 |
0bf3fab7c4865d6b9f937ccf8e3af0bd6344293a5f1d1ad1ae15d122b4efacb0
|
File details
Details for the file CodeDrive-1.2-py3-none-any.whl.
File metadata
- Download URL: CodeDrive-1.2-py3-none-any.whl
- Upload date:
- Size: 3.0 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 |
0d6882ac2fc9d5aca976f10df31831dd8a8216c46d8e508920deae72b6a1c28e
|
|
| MD5 |
7b4482814e233b1f7e1019a04187ae8d
|
|
| BLAKE2b-256 |
902c4122cbbfc7816ab8c30071ed19252cb92ee9c3f354a3c011b21e4ebc4b64
|