Basic definitions
Project description
A brief description of what your project does. Basic definitions
def data_analyst(): """ Prints the common tools used by a data analyst.
This function outputs a list of popular tools used by data analysts,
which includes Excel, Power BI, and Python.
Example:
data_analyst() # Output: "excel, powerbi, python"
"""
print("excel, powerbi, python")
data_analyst()
def add(a, b): """ Adds two numbers together.
This function takes two arguments, `a` and `b`, and returns their sum.
Args:
a (int or float): The first number.
b (int or float): The second number.
Returns:
int or float: The sum of `a` and `b`.
Example:
result = add(3, 5) # result will be 8
"""
return a + b
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
subha_package-0.1.0.tar.gz
(2.2 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 subha_package-0.1.0.tar.gz.
File metadata
- Download URL: subha_package-0.1.0.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
542708dd2b452a11bcf93d38271323572039280cdb93446763ce0dccf9b4212e
|
|
| MD5 |
e84b4136246230161b57b7ea001d725d
|
|
| BLAKE2b-256 |
528e5b87c80a25aa6335bedf1a4e02b223b03e59ef4f3930f3f2c69fc277ab0d
|
File details
Details for the file Subha_Package-0.1.0-py3-none-any.whl.
File metadata
- Download URL: Subha_Package-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38645345ccf77d7fedb722ebd23487f29c48e2fa2fa5a1b765690d306ac252d6
|
|
| MD5 |
4a69be9e630e14b7b377558967de7083
|
|
| BLAKE2b-256 |
661309d178a9032fd0ec4663868af95f28a56d30ee0a3fc2f6ef93189ac45f78
|