initial commit
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
def solveIt():
|
||||
# return a string that is the screen name you would like
|
||||
return 'poprhythm'
|
||||
|
||||
if __name__ == '__main__':
|
||||
print 'This script submits the screen name: ' + solveIt() + '\n'
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user