Most programs are designed to solve a problem the user faces, so we usually need to get information from the user to achieve that. In this video, we are going to learn how to get user input, the first step to making our programs interactive.
To get input from the user we use the input() command. The input command pauses the program and waits until the user enters some text.
For example, let’s try the following two commands:
name = input(“What is your name? ”)
print(f“Hello, {name})
Смотрите видео User Input - Python for Absolute Beginners онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Programming With Nick 12 Апрель 2022, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 523 раз и оно понравилось 24 людям.