Guest User

Untitled

a guest
Apr 25th, 2016
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. connection = pymysql.connect(
  2. host='localhost',
  3. user='root',
  4. password='root',
  5. db='ecole',
  6. cursorclass=pymysql.cursors.DictCursor
  7. )
Add Comment
Please, Sign In to add comment