Skip to content

SageCell示例

简单计算

交互式计算

@interact
def _(a=(1, 10)):
    print(factorial(a))