programma 8.2

# programma 8.2
def stampaverticale(stringa):
    for x in stringa:
        print(x)