Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
Edit Copy
Download
Star
scientific-python-lectures
scientific-python-lectures
/
scripts
/
hello-world-in-swedish.py
2
1
2
4
views
Tweet
Share
Share
1
#!/usr/bin/env python
2
# -*- coding: UTF-8 -*-
3
4
print
(
"Hej världen!"
)
5
6