Update README.md

This commit is contained in:
greg piccolo 2015-08-31 00:42:55 -04:00
parent e57baf3475
commit 8c24ac4cd5

View File

@ -34,10 +34,6 @@ c.execute("INSERT INTO users(name, account, balance) VALUES(?,?,?)", (name, acco
```
**Note: ** You must specify the columns names otherwise sqlite3 will default to all columns.
```py
```
Sandbox! dir() and help() the cursor for all the methods possible.
What does executemany do?