我要打印幾個數字爲羅馬數字,但 (format t "[email protected]~%" 4000)
導致以下錯誤SBCL 1.3.20和使用CCL一個類似: Number too large to print in Roman numerals: 4,000
[Condition of type SIMPLE-ERROR]
Restarts:
0: [RETRY] Re
我想輸出一個外部產品的結果使用地圖和itertools文件,我努力想明白爲什麼這會產生索引錯誤。 import itertools
a = [1,2,3]
b = [4,5,6]
with open('job.list', 'w') as l:
map(lambda x: l.write("{0} {1}\n".format(x)), itertools.product(a, b)