How to take stdin input from user in Python?

You can use Python in-built method input() to take input from user as shown in the below example –