usage
run more function at same time!
install
pip install morefunc
how to use
from morefunc import moreFunc
def func1():
print("func1!")
def func2(a):
print("func2 says:"+a)
def func3(a,b):
print("func3 says:"+a+"and b^2 is"+str(b*b))
moreFunc(func1=(), func2=("Hello,World!"), func3=("Hello,python!",3))
Release files for morefunc 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| morefunc-0.1.tar.gz | 1.1 kB | Details |
Release files / morefunc-0.1.tar.gz
| Download URL | morefunc-0.1.tar.gz |
|---|---|
| Size | 1.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
569070a63871786b2ebed37f8b258e5279ca2d67cfeefe4d34e050daeac3117c
|
|
BLAKE2b-256 checksum How to use checksums |
e8550cc026466cd3f3564793025ecb679c359bd5646635ec4b8d11a47f55a7fe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.6.1 requests/2.22.0 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.6
|