当我输入这个:
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 将函数跳过到下一行。到底是怎么回事?