質問編集履歴

1

間違え

2020/04/06 15:16

投稿

Mark_19_2
Mark_19_2

スコア4

test CHANGED
File without changes
test CHANGED
@@ -1,3 +1,5 @@
1
+ ```Python
2
+
1
3
  def menu(name,price):
2
4
 
3
5
  name=name
@@ -9,12 +11,6 @@
9
11
  def info():
10
12
 
11
13
  return name+":¥"+str(price)
12
-
13
-
14
-
15
- def total(count):
16
-
17
- return menu.price*count
18
14
 
19
15
 
20
16
 
@@ -52,7 +48,7 @@
52
48
 
53
49
  count=int(input("何個購入しますか?(3個以上で1割引きです)"))
54
50
 
55
-
51
+ ```
56
52
 
57
53
  for文がエラーになるんですが、どうしてなるのかわかりません。
58
54