Home > other >  To python beginners
To python beginners

Time:10-29

When learning a new programming language is the most important thing, to find their own excitement, this will lead us constantly explore new contents such as the new function library, interest is the best teacher.
Hello python world
Below is I'm learning python finally found after a month of interest
Hope that beginners can also find my points of interest as soon as possible, can have the learning motivation, python as a humanized high-level language, will not let you down,
Write the first be can interview and print out the results of continuous application

Here is the source code
Polling_active=True
Prompts={}
While polling_active:
Name=input (' Sir, both please tell us what is your name? ')
Print (' Hello '+ name)
Message=input (" could I ask you another question (yes/no) ")
If the message=='no' :
The continue
Repeat=input (' both please tell us which city do you want to go ')
Print (" I will difference you a chance to arrive it ")
Prompts [name]=message
Attention=input (' order something else want to participate in the interview? (yes/no) ')
If attention=='no' :
Break
For the name, the message prompts in the items () :
Print (name + "he likes to go to" + repeat + ", ")

Don't like do not spray oh, for the first time in CSDN post

CodePudding user response:

CodePudding user response:

CodePudding user response:

good good, come on!
  • Related