view script.py @ 5717:6ce7dbc78b96

<ZombieCheney> learn ZombieCheney is neo
author HackBot
date Thu, 25 Jun 2015 03:38:13 +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+', ')