if(embedStylesPrinted != true) {document.write('');}var embedStylesPrinted = true;var content = '
Hello world
python
#!/usr/bin/python
#Filename: helloworld.py
 
print('Hello world')
 
';document.write(content);