以下為 Jupyter notebook 檔案內容:

this is test

In [1]:
print("hello")
hello
In [1]:
for i in range(5):
    print("hello")
hello
hello
hello
hello
hello
In [ ]:
 


Comments

comments powered by Disqus