2015FALL 40123210 CPB 作業

2015 計算機程式 作業四

以下為作業四內容

利用 iframe 嵌入投影片:

作業四投影片

Jupyter notebook 檔案內容:

In [1]:
print("haha")
haha
In [2]:
for i in range(5):
    print(i,"haha")
0 haha
1 haha
2 haha
3 haha
4 haha
In [ ]:
 

w4_2015_11_09 from 40123210 on Vimeo.

Comments