Menu

SandBox

Bernhard Reiter
Attachments
test.py (26 bytes)

Purpose: Scratchpad to test this wiki.

Testing highlighting

print("Hello")
import roundup

with including a file from our repo

1
2
3
4
5
6
7
#!/usr/bin/env python
import sys
import roundup
from roundup.demo import main
sys.exit(main())

inclusion without shebang

1
# make this dir a package

showing an attached python file

[-include-]