📜  python代码示例中的下限

📅  最后修改于: 2022-03-11 14:46:04.774000             🧑  作者: Mango

代码示例1
p = pascal(3, 'upper') 
#exact=False creates a floating point instead of an int array
#avoids an error message further down.

print('before scaling:')
print(p)