下面的Python代码执行时如果先输入 10 回车后输入 20 并回车,其输出是( )。
>N = input("第一个数:") N = input("第二个数:") print(f"{N+M}")
30
1020
{N+M}
N+M