string endswith : String Ends : String PYTHON examples


PYTHON examples » String » String Ends »

 

string endswith


string endswith


name = raw_input('What is your name? ')

if name.endswith('Yin'):
    print 'Hello, Mr. Yin'

           
       



    Related Scripts with Example Source Code in same category :

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON examples

 Navioo String
» String Ends