回答編集履歴
1
コード修正
test
CHANGED
@@ -26,6 +26,6 @@
|
|
26
26
|
|
27
27
|
```python
|
28
28
|
|
29
|
-
cursor.execute(
|
29
|
+
cursor.execute("INSERT INTO sample VALUES (NULL, ?)", (txt,))
|
30
30
|
|
31
31
|
```
|