Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Avatar for Support and Testing.
Download

Lectures on scientific computing with python, as IPython notebooks, by J. R. Johansson

3171 views
1
#!/usr/bin/env python
2
# -*- coding: UTF-8 -*-
3
4
print("Hej världen!")
5
6