回答編集履歴

1

修正

2017/09/09 17:21

投稿

toshi_yama
toshi_yama

スコア133

test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  def insToken(blogSeq,subSeq,token):
14
14
 
15
- cur.execute("insert into hoge (hoge) value (%s) ",token)
15
+ cur.execute("insert into hoge (hoge) value (%s) " % token)
16
16
 
17
17
  ```
18
18