python-math

安装量: 39
排名: #18204

安装

npx skills add https://github.com/trpc-group/trpc-agent-go --skill python-math

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 numbers Command: python3 scripts/fib.py 10 > out/fib.txt Sum a list of integers Command: python3 - <<'PY' from sys import stdin nums = [int(x) for x in stdin.read().split()] print(sum(nums)) PY Output Files out/fib.txt

返回排行榜