python-math
Original:🇺🇸 English
Translated
1 scriptsChecked / no sensitive code detected
Small Python utilities for math and text files.
8installs
Sourcetrpc-group/trpc-agent-go
Added on
NPX Install
npx skill4agent add trpc-group/trpc-agent-go python-mathTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Overview
Run short Python scripts inside the skill workspace. Results can be
returned as text and saved as output files.
Examples
-
Print the first N Fibonacci numbersCommand:python3 scripts/fib.py 10 > out/fib.txt
-
Sum a list of integersCommand:python3 - <<'PY' from sys import stdin nums = [int(x) for x in stdin.read().split()] print(sum(nums)) PY
Output Files
- out/fib.txt