質問編集履歴

2

課題の修正

2020/12/13 03:14

投稿

oshoring
oshoring

スコア1

test CHANGED
File without changes
test CHANGED
@@ -26,23 +26,23 @@
26
26
 
27
27
  hatsuwa_wadai,kanrenbun=google_kensaku.in2kanrenbun(hatsuwa_wadai,words,u,dt,name,wadai_out)
28
28
 
29
- File "google_kensaku.py", line 306, in in2kanrenbun
29
+ File "google_kensaku.py", line 305, in in2kanrenbun
30
30
 
31
31
  wadai = wadai_suitei(keys,words,dt,name,wadai_out)
32
32
 
33
- File "google_kensaku.py", line 279, in wadai_suitei
33
+ File "google_kensaku.py", line 278, in wadai_suitei
34
34
 
35
35
  wadais = keizoku_judge(keys,words)
36
36
 
37
- File "google_kensaku.py", line 244, in keizoku_judge
37
+ File "google_kensaku.py", line 243, in keizoku_judge
38
38
 
39
39
  kanren=input2wadai(k,words)
40
40
 
41
- File "google_kensaku.py", line 205, in input2wadai
41
+ File "google_kensaku.py", line 206, in input2wadai
42
-
42
+
43
- w=kensuu.kensaku_kensuu(p_wadai,words)
43
+ if w > 10000000:
44
-
44
+
45
- TypeError: kensaku_kensuu() takes 1 positional argument but 2 were given
45
+ TypeError: '>' not supported between instances of 'str' and 'int'
46
46
 
47
47
  ```
48
48
 
@@ -422,7 +422,7 @@
422
422
 
423
423
 
424
424
 
425
- def kensaku_kensuu(keys_str):
425
+ def kensaku_kensuu(keys_str,p_wadai):
426
426
 
427
427
 
428
428
 

1

説明文の追加

2020/12/13 03:14

投稿

oshoring
oshoring

スコア1

test CHANGED
File without changes
test CHANGED
@@ -8,6 +8,10 @@
8
8
 
9
9
 
10
10
 
11
+ google_kensaku.pyのファイルが長すぎて文字数制限をオーバーしてしまいましたので、写真で送らせていただきます。
12
+
13
+
14
+
11
15
 
12
16
 
13
17
  ### 発生している問題・エラーメッセージ
@@ -448,4 +452,4 @@
448
452
 
449
453
 
450
454
 
451
- ### 試したこと
455
+ ### 試したことファイルに