Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

Jupyter notebook tmp/2015-04-08-165245.ipynb

Views: 161
Kernel: Julia 0.3.7
# strings are defined with double quotes # like variables, strings can contain any unicode character s1 = "The quick brown fox jumps over the lazy dog α,β,γ" println(s1)
The quick brown fox jumps over the lazy dog α,β,γ