0

これを入力すると:

def tablesUsed():
    "Return which multiplication tables to use"
    tablesUsed = [int(x) for x in input("Please choose which multiplication tables you   wish\nto practice, then type them like this: 2 5 10.\n").split()]

python は関数を次の行にスキップします。何が起こっている?

4

1 に答える 1