Mehrere Eingänge in einer Zeile Python

x, y = input().split()
Christabel Justin