I would like to print strings vertically. I am not sure how do it when it is not in the form of lists... I referred to the izip but guess that works only for lists???
Input
Output
Variable
Constant
I initially had the above as a list and then I did
List = ['Input', 'Output', 'Variable', 'Constant')
for entry in List.strip().split(','):
nospace_list = entry.lstrip()
print nospace_list
The output of the above code is what I have given and now I want to display that as
I O V C
n u a o
p t r n
u p i s
t u a t
t b a
l n
e t