python beginners - to get information from the keyboard

= the INPUT name ( " >>> Name: " ) 
QQ = the INPUT ( " >>> QQ: " ) 
phone_num = the INPUT ( " >>> phone number: " ) 
com_addr = the INPUT ( " >>> Address: " ) 

Print ( " = " * 30 ) 
Print ( " \ the n-name:% s \ n \ nQQ: % s \ n \ n phone number:% s \ n \ n address:% S \ the n- " % (name, QQ , phone_num, com_addr)) 
Print ( " = " * 30 )

 

Guess you like

Origin www.cnblogs.com/wang-yongxu/p/12544009.html