tempered/examples/favourites.py
2017-04-29 16:53:01 -06:00

6 lines
177 B
Python

# You can write scripts in any language you like to level up your templates!
import sys
print(" and ".join(sys.argv[1:]) + ",")
print("These are a few of my favourite things")