質問編集履歴

3

初心者アイコンをつけたかったので

2018/02/08 13:19

投稿

popipi_1
popipi_1

スコア16

test CHANGED
File without changes
test CHANGED
File without changes

2

脱字があったため

2018/02/08 13:18

投稿

popipi_1
popipi_1

スコア16

test CHANGED
File without changes
test CHANGED
@@ -70,7 +70,7 @@
70
70
 
71
71
 
72
72
 
73
- if minumum_index !:
73
+ if minumum_index !=i:
74
74
 
75
75
  tmp=a[i]
76
76
 

1

インデントを付け忘れたため

2018/02/08 13:16

投稿

popipi_1
popipi_1

スコア16

test CHANGED
File without changes
test CHANGED
@@ -1,3 +1,7 @@
1
+ ```
2
+
3
+
4
+
1
5
  このコードがどんな処理をしているのか具体的に知りたくて考えていたのですが
2
6
 
3
7
  解読できないので教えてください。
@@ -83,3 +87,7 @@
83
87
 
84
88
 
85
89
  print('sorted:'+str(a))
90
+
91
+
92
+
93
+ ```