Default template for PDM package
Project description
mo조 [김태민, 오지현]: mo_cmd
설치
pip install mo_cmd
실행
$ mo-cmd
$ 정수 입력1
$ 정수 입력2
코드
from mo_plus.plus import add
from mo_minus.minus import substract
from mo_divide.divide import divide
def call():
a=int(input())
b=int(input())
print('add:',add(a,b))
print('substract:',substract(a,b))
print('divide:',divide(a,b))
Dependencies
"mo-plus>=0.1.0",
"mo-minus>=0.1.0",
"mo-divide>=0.1.0",
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
mo_cmd-0.1.2.tar.gz
(1.6 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 mo_cmd-0.1.2.tar.gz.
File metadata
- Download URL: mo_cmd-0.1.2.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.16.1 CPython/3.10.12 Linux/5.15.153.1-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79a9358b78888bab63701327dab5472e3cec4a38ceb6bb9e18344e1ced375929
|
|
| MD5 |
77868e9c317c383da625993cf33e1ed1
|
|
| BLAKE2b-256 |
680dab47a4f673790effcc7237a6f8e90bd66ed998c31c5e78063d65dbd1bb59
|
File details
Details for the file mo_cmd-0.1.2-py3-none-any.whl.
File metadata
- Download URL: mo_cmd-0.1.2-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.16.1 CPython/3.10.12 Linux/5.15.153.1-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3421adcdece17044186982c9121eb6a3016ddc4d6321558ae9d0098e155a6ea5
|
|
| MD5 |
74765d31def447aba0b33754c42d8ea6
|
|
| BLAKE2b-256 |
cdc56129b85f14cb21f8719065bbf12ef1472774c0eb4b74c3ce0eb62151560e
|