run more function at same time!
Project description
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))
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
morefunc-0.1.tar.gz
(1.1 kB
view hashes)