8 lines
141 B
Python
8 lines
141 B
Python
import mocha_server
|
|
|
|
#mocha_server.insert_row(4, 'andrew')
|
|
|
|
print(mocha_server.fetch_user(3))
|
|
|
|
print(mocha_server.get_top_N('username', 2))
|
|
|