Skip to main content

Default template for PDM package

Project description

pyproject.py

image

divide.py

#나눗셈
import sys

def divide(a: int, b: int):
    result = a / b
    print(f"{result:.3f}")  # 소수점 3자리까지

def main():
    args = sys.argv[1:]
    a, b = int(args[0]), int(args[1])
    divide(a, b)

divide.py 결과

pdm run

image

python

image

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

shipzo_divide_hun-0.1.0.tar.gz (1.6 kB view details)

Uploaded Source

Built Distribution

shipzo_divide_hun-0.1.0-py3-none-any.whl (2.3 kB view details)

Uploaded Python 3

File details

Details for the file shipzo_divide_hun-0.1.0.tar.gz.

File metadata

  • Download URL: shipzo_divide_hun-0.1.0.tar.gz
  • Upload date:
  • Size: 1.6 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

Hashes for shipzo_divide_hun-0.1.0.tar.gz
Algorithm Hash digest
SHA256 914903f0805e4b17b2ff9d0f4aee5a4538cd74482c6fa3289a63eac52c5ae5c5
MD5 f4b32f58ebd91bc085e865a396313732
BLAKE2b-256 68a790ba40feaf75638e78b65c95782ee8af8b34bcfa95fae27cfceb3f2bbe4b

See more details on using hashes here.

File details

Details for the file shipzo_divide_hun-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: shipzo_divide_hun-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 2.3 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

Hashes for shipzo_divide_hun-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ac031c063ea49fcabecdc72a7701dc9830ec58bcaeec3bbb6b403690a94fe370
MD5 57ff57b25d07437cbd772b5c3d18a9af
BLAKE2b-256 06f2dfbed0124587444dc9489d0fbb2ca1b7a1b95e6b0ef941066a13d85a0ba7

See more details on using hashes here.

Supported by

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