리스트 = ['dog', 'cat', 'parrot']for 수량 in 리스트: print(수량+ str(len(수량)))# your code goes here
Standard input is empty
dog3 cat3 parrot6
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!