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