Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

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

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