Default template for PDM package
Project description
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()
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
tot_cmd-0.3.9.tar.gz
(1.8 kB
view details)
Built Distribution
File details
Details for the file tot_cmd-0.3.9.tar.gz
.
File metadata
- Download URL: tot_cmd-0.3.9.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.16.1 CPython/3.12.4 Linux/5.15.153.1-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b865ad4c89a5fa3bfd3abccdd73e77d54e07cdb96265ef807e2da177ecf9730 |
|
MD5 | b42a3cf301a80c73826a20d27f353785 |
|
BLAKE2b-256 | 512b1e4f99e4de3a2887192624acb0e8c9b4bd7397cafb0d3a00407a4dda80ab |
File details
Details for the file tot_cmd-0.3.9-py3-none-any.whl
.
File metadata
- Download URL: tot_cmd-0.3.9-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.12.4 Linux/5.15.153.1-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0dcd9cb5eaa9309b6f290f3f2317e7a47a366685faf9cb2afb6c81b6d2bca9dd |
|
MD5 | cb42b7b675f323aea24d3317b0c13873 |
|
BLAKE2b-256 | 75d22749edb0b8938a221293a58544f76d983b8818d5250729f8702e9f41223b |