name = input( "What is your name?" ) print( "Hello", name ) if name == "Ryan" : print( "Tai is a black man from jamacia " )