--- id: 155ca30775751b78a860a79b title: Getting Input from Users challengeType: 11 videoId: C0L4cnqKqDw dashedName: getting-input-from-users --- # --description-- In this video, you will learn how to get input from the user. # --questions-- ## --text-- Which of the following built-in functions is used to get input from the user? ## --answers-- `input()` --- `os.stdin()` --- `stdin()` --- `prompt()` ## --video-solution-- 1