| Posició | Domini | Pàgina | Accions |
|---|---|---|---|
| 1 | stackoverflow.com | /questions/1450393/h... | |
|
Títol
How do I read from stdin? - python
Última actualització
N/A
Autoritat de la pàgina
N/A
Trànsit:
N/A
Enllaços d'entrada:
N/A
Accions socials:
N/A
Temps de càrrega:
N/A
Vista prèvia del fragment:
input() reads a single line from stdin , whereas fileinput.input() will loop through all the lines in the input specified as file names given in command-line ... |
|||
| 2 | sky.pro | /media/chtenie-iz-st... | |
|
URL complet
Títol
Чтение из stdin в Python
Última actualització
N/A
Autoritat de la pàgina
N/A
Trànsit:
N/A
Enllaços d'entrada:
N/A
Accions socials:
N/A
Temps de càrrega:
N/A
Vista prèvia del fragment:
20 февр. 2024 г. — В Python для чтения из stdin используется модуль sys . Этот модуль содержит список stdin , который можно использовать для чтения данных из ... |
|||
| 3 | geeksforgeeks.org | /take-input-from-std... | |
|
Títol
Take input from stdin in Python
Última actualització
N/A
Autoritat de la pàgina
N/A
Trànsit:
N/A
Enllaços d'entrada:
N/A
Accions socials:
N/A
Temps de càrrega:
N/A
Vista prèvia del fragment:
28 апр. 2025 г. — sys.stdin can be used to get input from the command line directly . It used is for standard input. It internally calls the input() method. |
|||
| 4 | ru.stackoverflow.com | /questions/572737/%d... | |
|
Títol
Реализация stdin и stdout - python
Última actualització
N/A
Autoritat de la pàgina
N/A
Trànsit:
N/A
Enllaços d'entrada:
N/A
Accions socials:
N/A
Temps de càrrega:
N/A
Vista prèvia del fragment:
stdin и stdout это файлоподобные объекты, предоставляемые OS . Для чтения и записи в них нужно импортнуть sys - import sys . ... для записи в ... |
|||
| 5 | sch61.ru | /index.php/education... | |
|
Títol
Python
Última actualització
N/A
Autoritat de la pàgina
N/A
Trànsit:
N/A
Enllaços d'entrada:
N/A
Accions socials:
N/A
Temps de càrrega:
N/A
Vista prèvia del fragment:
В общем (классическом) виде чтение с помощью stdin производится следующим образом |
|||
| 6 | kedu.ru | /press-center/articl... | |
|
URL complet
Títol
Stdin в Python
Última actualització
N/A
Autoritat de la pàgina
N/A
Trànsit:
N/A
Enllaços d'entrada:
N/A
Accions socials:
N/A
Temps de càrrega:
N/A
Vista prèvia del fragment:
24 янв. 2025 г. — Стандартный поток ввода (stdin ) – это поток данных, который программа получает извне. Обычно он используется для взаимодействия с пользователем ... |
|||
| 7 | docs-python.ru | /standart-library/mo... | |
|
URL complet
Títol
Объекты stdin, stdout, stderr модуля sys в Python
Última actualització
N/A
Autoritat de la pàgina
N/A
Trànsit:
N/A
Enllaços d'entrada:
N/A
Accions socials:
N/A
Temps de càrrega:
N/A
Vista prèvia del fragment:
sys.stdin - используется для всех интерактивных входных данных , включая вызовы input().sys.stdout - используется для вывода оператором print() и выражений, ... |
|||
| 8 | stepik.org | /lesson/520159/?unit... | |
|
URL complet
Títol
Тема урока
Última actualització
N/A
Autoritat de la pàgina
N/A
Trànsit:
N/A
Enllaços d'entrada:
N/A
Accions socials:
N/A
Temps de càrrega:
N/A
Vista prèvia del fragment:
9 авг. 2022 г. — В Python существует один очень полезный встроенный объект, который называется поток ввода ( sys. stdin ). Поток ввода ( sys. stdin ) — это ... |
|||
| 9 | digitalocean.com | /community/tutorials... | |
|
Títol
How to Read from stdin in Python
Última actualització
N/A
Autoritat de la pàgina
N/A
Trànsit:
N/A
Enllaços d'entrada:
N/A
Accions socials:
N/A
Temps de càrrega:
N/A
Vista prèvia del fragment:
3 авг. 2022 г. — How to Read from stdin in Python · 1. Using sys.stdin to read from standard input · 2. Using input() function to read stdin data · 3. Reading ... |
|||
| 10 | reddit.com | /r/learnpython/comme... | |
|
URL complet
Títol
Preferred method of reading from stdin?
Última actualització
N/A
Autoritat de la pàgina
N/A
Trànsit:
N/A
Enllaços d'entrada:
N/A
Accions socials:
N/A
Temps de càrrega:
N/A
Vista prèvia del fragment:
Just wondering if using input() or sys.stdin is the preferred method for reading from stdin in python. What are the differences and what is more readable/ ... |
|||