Default template for PDM package
Project description
pyproject.py
mult.py
#곱셈
import sys
def mult(a: int, b: int):
print(a * b)
def main():
args = sys.argv[1:]
a, b = int(args[0]), int(args[1])
mult(a, b)
mult.py 결과
pdm run
python
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
shipzo_mult_hun-0.1.0.tar.gz
(1.5 kB
view details)
Built Distribution
File details
Details for the file shipzo_mult_hun-0.1.0.tar.gz
.
File metadata
- Download URL: shipzo_mult_hun-0.1.0.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 |
7a17acf57d5db3f14d0e104e6eb83ab1d32477a0eba4d2e1281527d7668c535f
|
|
MD5 |
6a71cf586f2e237431354d7f11428037
|
|
BLAKE2b-256 |
05984a944ee4916f03e1434ddc16f025dbd8ddc97a46073aa97c14ab3ffdc926
|
File details
Details for the file shipzo_mult_hun-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: shipzo_mult_hun-0.1.0-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 |
cd11c137885cbde69e627303fbde4718690009d841d82582613162d47f78d2e9
|
|
MD5 |
04448cae619f727b554b8c5ece7faa62
|
|
BLAKE2b-256 |
48503a893b9d95e48940e6ae7d5a9ef0579232366f7194528ca9e73e769325a9
|