Skip to main content

Default template for PDM package

Project description

Front11_cmd

install

$ pip install Front11_cmd

Usage

x = int(sys.argv[1])
y = int(sys.argv[2])
$ Front11-plus x y 
$ Front11-multi x y 
$ Front11-div x y

Code

from front11_plus.front11_plus import add           #더하기
from front11_div.front11_div import divide          #나누기
from front11_multi.front11_multi import multiply    #곱하기

import sys
a = sys.argv[0]
x = int(sys.argv[1])
y = int(sys.argv[2])


def a():
    add(x, y)

def m():
    multiply(x, y)

def d():
    divide(x, y)

Reference

-https://github.com/Nicou11/Front11_cmd

-https://github.com/Nicou11/Front11_div

-https://github.com/minju210/Front11_plus

-https://github.com/minju210/Front11_multi

Thank you

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

front11_cmd-0.3.4.tar.gz (1.8 kB view details)

Uploaded Source

Built Distribution

Front11_cmd-0.3.4-py3-none-any.whl (2.4 kB view details)

Uploaded Python 3

File details

Details for the file front11_cmd-0.3.4.tar.gz.

File metadata

  • Download URL: front11_cmd-0.3.4.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

Hashes for front11_cmd-0.3.4.tar.gz
Algorithm Hash digest
SHA256 78737df23d2ba5e046a3ebfeeb21d4c7b3c6ed8e26536c1447a2d3f92e8bb1ca
MD5 06a61069ae68336d5576710df4048850
BLAKE2b-256 b1155fd07cd679fb1cb2dcee89f8fd055bba3e134e9a201b4c20ddd836214aa4

See more details on using hashes here.

File details

Details for the file Front11_cmd-0.3.4-py3-none-any.whl.

File metadata

  • Download URL: Front11_cmd-0.3.4-py3-none-any.whl
  • Upload date:
  • Size: 2.4 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

Hashes for Front11_cmd-0.3.4-py3-none-any.whl
Algorithm Hash digest
SHA256 f43b77fa9fda3faca142cb40570510d04bff07255c2a5e0bbcef3384bda4af78
MD5 04a78a0e58c65be83bbe37ea9a0df1dd
BLAKE2b-256 f025d066616ed7e506c46b610335b3a068ed1eccb0efa627affb9e81319cf558

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page