Shipzo Plus 기능을 제공하는 패키지
Project description
pyproject.py
plus.py
#더하기
import sys
def plus(a: int, b: int):
print(a + b)
def main():
args = sys.argv[1:]
a, b = int(args[0]), int(args[1])
plus(a, b)
plus.py 결과
pip install .
python
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
shipzo_plus_hun-0.1.6.tar.gz
(1.5 kB
view details)
Built Distribution
File details
Details for the file shipzo_plus_hun-0.1.6.tar.gz
.
File metadata
- Download URL: shipzo_plus_hun-0.1.6.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.23.1 CPython/3.12.4 Linux/5.15.167.4-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
b191eaef2eb7da68eacd65a03b6d6a43146d478438293a2c4863397db2813bcf
|
|
MD5 |
e54c6816eccbc73b4a1f6e1e3e775a29
|
|
BLAKE2b-256 |
e6746bb102a920b2352c2c2b490ae3f858bab56be39d22ed713fbfdc17aca86a
|
File details
Details for the file shipzo_plus_hun-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: shipzo_plus_hun-0.1.6-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.23.1 CPython/3.12.4 Linux/5.15.167.4-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
43b54626dec8dcc9115116e8a0f85e856267914baff176c2eafe76aba5ec6ec4
|
|
MD5 |
3ee2d6dfc1c8f8e5850277a29292acc9
|
|
BLAKE2b-256 |
3b443edf1d14ac04e878e17fadbd9188561fe6293168e12f60f1f6817f494225
|