Question : Input after all prompts in python

mohan4h at gmail.com mohan4h at gmail.com
Mon Jun 11 04:44:19 EDT 2018


Everyone,

I am very new to python. I am trying to achieve the below in it, but i am unable to find suitable documentation to guide me on the same.

I want to prompt 3 questions together and then get input for the first question next to question as below.

1. Enter your name : _
2. Enter your age :
3. Enter your gender :

After showing the below prompts, the cursor waits in first question for an input.

How to achieve this in python. Please help on the same.

Regards
Mohan C



More information about the Python-list mailing list