How to read formatted input in python?

前端 未结 4 710
再見小時候
再見小時候 2021-01-05 03:49

I want to read from stdin five numbers entered as follows:

3, 4, 5, 1, 8

into seperate variables a,b,c,d & e.

How do I do this in python?

4条回答
提交回复
热议问题