| pozícia | doména | Stránka | Akcie |
|---|---|---|---|
| 1 | w3schools.com | /python/python_user_... | |
|
Úplná adresa URL
Názov
Python User Input
Posledná aktualizácia
N/A
Autorita stránky
N/A
Doprava:
N/A
Spätné odkazy:
N/A
Sociálne zdieľania:
N/A
Čas načítania:
N/A
Ukážka úryvku:
Python allows for user input . That means we are able to ask the user for input. The following example asks for your name, and when you enter a name, it gets ... |
|||
| 2 | geeksforgeeks.org | /python/taking-input... | |
|
Úplná adresa URL
Názov
Taking input in Python
Posledná aktualizácia
N/A
Autorita stránky
N/A
Doprava:
N/A
Spätné odkazy:
N/A
Sociálne zdieľania:
N/A
Čas načítania:
N/A
Ukážka úryvku:
11 июл. 2025 г. — Python provides us with two inbuilt functions to read the input from the keyboard. input () function first takes the input from the user and converts it into a ... |
|||
| 4 | codehs.com | /tutorial/13255 | |
|
Úplná adresa URL
Názov
Tutorial
Posledná aktualizácia
N/A
Autorita stránky
N/A
Doprava:
N/A
Spätné odkazy:
N/A
Sociálne zdieľania:
N/A
Čas načítania:
N/A
Ukážka úryvku:
In Python, we use the input() function to ask the user for input. As a parameter, we input the text we want to display to the user. |
|||
| 5 | docs.python.org | /3/tutorial/inputout... | |
|
Úplná adresa URL
Názov
7. Input and Output — Python 3.13.7 documentation
Posledná aktualizácia
N/A
Autorita stránky
N/A
Doprava:
N/A
Spätné odkazy:
N/A
Sociálne zdieľania:
N/A
Čas načítania:
N/A
Ukážka úryvku:
To use formatted string literals, begin a string with f or F before the opening quotation mark or triple quotation mark. Inside this string, you can write a ... |
|||
| 6 | stackoverflow.com | /questions/59159460/... | |
|
Úplná adresa URL
Názov
How to read input() from a text file in Python
Posledná aktualizácia
N/A
Autorita stránky
N/A
Doprava:
N/A
Spätné odkazy:
N/A
Sociálne zdieľania:
N/A
Čas načítania:
N/A
Ukážka úryvku:
You can read the file into a list like this |
|||
| 7 | digitalocean.com | /community/tutorials... | |
|
Názov
How to Receive User Input in Python
Posledná aktualizácia
N/A
Autorita stránky
N/A
Doprava:
N/A
Spätné odkazy:
N/A
Sociálne zdieľania:
N/A
Čas načítania:
N/A
Ukážka úryvku:
13 февр. 2025 г. — The simplest way to receive user input is through Python's built-in input() function . It reads a string from the keyboard and returns it. |
|||
| 8 | realpython.com | /python-input-output... | |
|
Úplná adresa URL
Názov
Basic Input and Output in Python
Posledná aktualizácia
N/A
Autorita stránky
N/A
Doprava:
N/A
Spätné odkazy:
N/A
Sociálne zdieľania:
N/A
Čas načítania:
N/A
Ukážka úryvku:
2 дек. 2024 г. — In Python, the input() function allows you to capture user input from the keyboard , while you can use the print() function to display output to the console. |
|||
| 9 | libguides.ntu.edu.sg | /python/input | |
|
Úplná adresa URL
Názov
1.7 Input function - Python for Basic Data Analysis
Posledná aktualizácia
N/A
Autorita stránky
N/A
Doprava:
N/A
Spätné odkazy:
N/A
Sociálne zdieľania:
N/A
Čas načítania:
N/A
Ukážka úryvku:
22 июл. 2025 г. — In Python, we request user input using the input() function . Syntax |
|||
| 11 | pynative.com | /python-input-functi... | |
|
Úplná adresa URL
Názov
Python Input()
Posledná aktualizácia
N/A
Autorita stránky
N/A
Doprava:
N/A
Spätné odkazy:
N/A
Sociálne zdieľania:
N/A
Čas načítania:
N/A
Ukážka úryvku:
24 февр. 2024 г. — The input () function reads a line entered on a console or screen by an input device such as a keyboard, converts it into a string. |
|||
| 12 | cs.stanford.edu | /people/nick/py/pyth... | |
|
Úplná adresa URL
Názov
input()
Posledná aktualizácia
N/A
Autorita stránky
N/A
Doprava:
N/A
Spätné odkazy:
N/A
Sociálne zdieľania:
N/A
Čas načítania:
N/A
Ukážka úryvku:
The `input()` function lets users type into a Python variable, using a prompt string . The result is always a string, and may need conversion. It's useful for ... |
|||