tot_cmd
Intro
- 패키징 및 숫자 입력, 계산 기능(더하기, 빼기, 곱하기)
최신 version
- 0.3.9
Usage
설치 방법
$ pip install tot_cmd
더하기
$ tot_plus <숫자> <숫자>
<숫자> + <숫자> = <결과>
<예시> 1 + 2 = 3
빼기
$ tot_minus <숫자> <숫자>
<숫자> - <숫자> = <결과>
<예시> 10 - 5 = 5
곱하기
$ tot_multi <숫자> <숫자>
<숫자> * <숫자> = <결과>
<예시> 10 * 2 = 20
cmd.py
from tot_plus.plus import plus
from tot_minus.minus import minus
from tot_multi.multi import multi
def call_plus():
plus()
def call_minus():
minus()
def call_multi():
multi()
Release files for tot_cmd 0.3.9
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tot_cmd-0.3.9.tar.gz | 1.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| tot_cmd-0.3.9-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 3.9 kB
Release files / tot_cmd-0.3.9.tar.gz
| Download URL | tot_cmd-0.3.9.tar.gz |
|---|---|
| Size | 1.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0b865ad4c89a5fa3bfd3abccdd73e77d54e07cdb96265ef807e2da177ecf9730
|
|
BLAKE2b-256 checksum How to use checksums |
512b1e4f99e4de3a2887192624acb0e8c9b4bd7397cafb0d3a00407a4dda80ab
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
pdm/2.16.1 CPython/3.12.4 Linux/5.15.153.1-microsoft-standard-WSL2
|
Release files / tot_cmd-0.3.9-py3-none-any.whl
| Download URL | tot_cmd-0.3.9-py3-none-any.whl |
|---|---|
| Size | 2.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0dcd9cb5eaa9309b6f290f3f2317e7a47a366685faf9cb2afb6c81b6d2bca9dd
|
|
BLAKE2b-256 checksum How to use checksums |
75d22749edb0b8938a221293a58544f76d983b8818d5250729f8702e9f41223b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
pdm/2.16.1 CPython/3.12.4 Linux/5.15.153.1-microsoft-standard-WSL2
|