Input in Python 3

Правка en1, от Ishtiaq11, 2017-03-01 09:50:29

If the amount of data is unknown, the following loop is useful in c++:

 while (cin >> x) {
 // code
 }

How to do this in Python?

Теги python 3, input

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский Ishtiaq11 2017-03-01 09:50:29 177 Initial revision (published)