Allows entering text. The text inside the brackets is printed before the input is entered. It can also be empty. When the execution of the code reaches an input() instruction, the execution is halted (waits) until the Enter key is pressed. The input function returns the text entered.
First appear on: Задание 95