#sagecell sagecell example Cody Luo 2025-05-20 Edit | #sagecell SageCell示例 简单计算 交互式计算 @interact def _(a=(1, 10)): print(factorial(a))