view script.py @ 5712:81d101809942

<ais523> delquote 1246
author HackBot
date Thu, 25 Jun 2015 02:40:08 +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+', ')