回答編集履歴
1
コード修正
answer
CHANGED
@@ -12,5 +12,5 @@
|
|
12
12
|
|
13
13
|
|
14
14
|
```python
|
15
|
-
cursor.execute(
|
15
|
+
cursor.execute("INSERT INTO sample VALUES (NULL, ?)", (txt,))
|
16
16
|
```
|