This is a test
¶
testing nbviewer
In [1]:
print
(
"hello world!"
)
hello world!
In [2]:
print
(
3
+
5
)
8
In [ ]: