質問編集履歴

2

追記

2021/08/17 15:23

投稿

kaful
kaful

スコア2

test CHANGED
File without changes
test CHANGED
@@ -123,3 +123,9 @@
123
123
  2.classの場合このコードの書き方で会っているのか
124
124
 
125
125
  3.このエラーの対処法と正しい書き方を教えて頂きたいです。
126
+
127
+
128
+
129
+ 追記
130
+
131
+ pythonのバージョンは3.9.6でIDLEというツールを使っています。

1

追記

2021/08/17 15:23

投稿

kaful
kaful

スコア2

test CHANGED
File without changes
test CHANGED
@@ -110,11 +110,9 @@
110
110
 
111
111
  File "C:\Users\shunya\Documents\python練習\pa-seputoron.py", line 20, in <module>
112
112
 
113
- a.AND()
113
+ a.AND(0,0)
114
114
 
115
-
116
-
117
- TypeError: AND() missing 1 required positional argument: 'x2'
115
+ TypeError: AND() takes 2 positional arguments but 3 were given
118
116
 
119
117
  ```
120
118