view script.py @ 5701:370f7370e57a

<oerjan> ` sed -i \'s/ / /g\' wisdom/ostrich
author HackBot
date Wed, 24 Jun 2015 21:04:54 +0000
parents 9e6895a7b711
children 109b3fc0c7ca
line wrap: on
line source

users = ['hppavilion1']
print 'These are the users who bothered to edit our file:'
for x in users:
    print(x+', ')