# Read a list of integers from input. # Each number is separated by a space. # Do not modify line 5. print("Enter a list of numbers separated by spaces:") #ここに4 3 5 2 5 1 3 5をいれて list = [int(s) for s in input().split()] # the variable 'list' contains the list of numbers # this is to show you the list, you can delete this line. # your code goes here.
このコードがあるときにOutputが421になるにはどのようなコードを使えばいいのか教えてほしいです。
サイドコレオをアップデートして申し訳ないです。
回答3件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/05/10 05:42
2020/05/10 07:06
2020/05/10 11:50
2020/05/10 11:53