""" Purpose: demonstrate the printing of a string of characters """ # get a string s = input( "Enter text: " ) print() ### print the characters in s, one by one ...