Python输入读取格式

Sre*_*akh -1 python format input

如何通过python读取两行中输入的两个值到两个变量,例如%d%d in c raw_input读取该行中的所有内容

例如1 0

我想要1英寸x和0英寸y

Fre*_*Foo 5

x, y = map(int, raw_input().split())
Run Code Online (Sandbox Code Playgroud)