Finished week 1.
This commit is contained in:
10
anyint/solver.py
Normal file
10
anyint/solver.py
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
def solve_it(input_data):
|
||||
# return a positive integer, as a string
|
||||
return '10'
|
||||
|
||||
if __name__ == '__main__':
|
||||
print('This script submits the integer: %s\n' % solve_it(''))
|
||||
|
||||
Reference in New Issue
Block a user