回答編集履歴

1

コード修正

2020/09/04 12:08

投稿

teamikl
teamikl

スコア8664

test CHANGED
@@ -26,6 +26,6 @@
26
26
 
27
27
  ```python
28
28
 
29
- cursor.execute(f"INSERT INTO sample VALUES (NULL, ?)", (txt,))
29
+ cursor.execute("INSERT INTO sample VALUES (NULL, ?)", (txt,))
30
30
 
31
31
  ```