view script.py @ 6038:3c56c5da33cd

<oerjan> learn The Tanebventory is big. Really big. For one thing, it contains a Hilbert hotel.
author HackBot
date Mon, 28 Sep 2015 16:15:06 +0000
parents a63cb3ea5ec5
children
line wrap: on
line source

users = ['hppavilion1', 'Not ZombieCheney']
print 'These are the users who bothered to edit our file (If you did it, you are hardcore):'
for x in users:
     print(x+', ')