Back to Freecodecamp

Getting Input from Users

curriculum/challenges/english/blocks/core-primitives-in-python/getting-input-from-users-video.md

latest295 B
Original Source

--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