5 lines
94 B
Python
5 lines
94 B
Python
import mocha_server
|
|
|
|
#mocha_server.insert_row(4, 'andrew')
|
|
|
|
print(mocha_server.fetch_user(3))
|