Python Read A Tuple From Stdin

[Solved] Python Read A Tuple From Stdin | Actionscript - Code Explorer | yomemimo.com
Question : python read a tuple from stdin

Answered by : bugsbuggy

x, y, z = (input() for _ in range(3))

Source : | Last Update : Mon, 08 Aug 22

Answers related to python read a tuple from stdin

Code Explorer Popular Question For Actionscript