質問するログイン新規登録

質問編集履歴

1

コード機能を使いました

2020/06/23 02:50

投稿

seta-nachan
seta-nachan

スコア3

title CHANGED
File without changes
body CHANGED
@@ -12,6 +12,7 @@
12
12
  ご存知の方がおりましたらご教授お願いします。
13
13
 
14
14
 
15
+ ```ここに言語を入力
15
16
  NN = int(input())
16
17
  list1 = list(range(100))
17
18
  for i in range(NN):
@@ -22,4 +23,4 @@
22
23
  for k in list1:
23
24
  if k <= kazu:
24
25
  list1.remove(k)
25
- print(list1)
26
+ print(list1)``