回答編集履歴

1

リンク修正しました

2019/11/24 20:55

投稿

hayataka2049
hayataka2049

スコア30933

test CHANGED
@@ -2,9 +2,9 @@
2
2
 
3
3
 
4
4
 
5
- https://docs.python.org/ja/3/library/sqlite3.html#sqlite3.Cursor.execute
5
+ [Cursor.execute | sqlite3 --- SQLite データベースに対する DB-API 2.0 インタフェース — Python 3.8.0 ドキュメント](https://docs.python.org/ja/3/library/sqlite3.html#sqlite3.Cursor.execute)
6
6
 
7
- https://docs.python.org/ja/3/library/sqlite3.html#sqlite3.Cursor.fetchone
7
+ [Cursor.fetchone | sqlite3 --- SQLite データベースに対する DB-API 2.0 インタフェース — Python 3.8.0 ドキュメント](https://docs.python.org/ja/3/library/sqlite3.html#sqlite3.Cursor.fetchone)
8
8
 
9
9
 
10
10