-
Notifications
You must be signed in to change notification settings - Fork 15
feat: Menambahkan algoritma baru bangun ruang dan bangun datar #105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
updates: - [github.com/astral-sh/ruff-pre-commit: v0.2.1 → v0.2.2](astral-sh/ruff-pre-commit@v0.2.1...v0.2.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
updates: - [github.com/astral-sh/ruff-pre-commit: v0.2.2 → v0.3.2](astral-sh/ruff-pre-commit@v0.2.2...v0.3.2) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/MarcoGorelli/auto-walrus: v0.2.2 → 0.3.4](MarcoGorelli/auto-walrus@v0.2.2...0.3.4) - [github.com/astral-sh/ruff-pre-commit: v0.3.2 → v0.4.3](astral-sh/ruff-pre-commit@v0.3.2...v0.4.3) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: slowy07 <slowy.arfy@proton.me>
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.3 → v0.7.0](astral-sh/ruff-pre-commit@v0.4.3...v0.7.0) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.12.1](pre-commit/mirrors-mypy@v1.10.0...v1.12.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: slowy07 <slowy.arfy@proton.me>
Signed-off-by: slowy07 <slowy.arfy@proton.me>
Signed-off-by: slowy07 <slowy.arfy@proton.me>
Signed-off-by: slowy07 <slowy.arfy@proton.me>
for more information, see https://pre-commit.ci
|
conflict @Arlan-Tengga |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Saya menghapus fungsi yang saya buat karna ada duplikat fungsi
for more information, see https://pre-commit.ci
Refactor error message formatting to use a new method.
|
@slowy07 sudah mas 🙏 🙏 |
slowy07
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, terima kasih atas kontribusinya @Arlan-Tengga
| # bilangan pi adalah nilai konstant dalam matematika yang merupakan perbandingan keliling | ||
| # lingkaran dengan diameternya | ||
| PI: float = 3.14159265358979323846 | ||
| PI: Final[float] = 3.14159265358979323846 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice one 🚀
|
terima kasih atas kontribusinya @Arlan-Tengga 🤩 |
Deskripsi (Description)
Saya menambahkan beberapa algoritma bangun ruang dan datar untuk menghitung volume,luas,dan permukaan geometry.Penambahan algoritma saya lakukan pada file
OpenSeries/matematika.pydan menambahkan testing padatesting/matematika_test.pyChecklist:
Contributor Requirements (Syarat Kontributor) dan Lain-Lain:
Unit Testing dan Linting (wajib):
Environment
Saya menggunakan (I'm using):
os=windowspython=python3 -V (unix) / py -3 -V (Windows-Python launcher)linked issue #