리스트 = [1, 2, 3]for 곱 in 리스트: print("3 x ",곱)
Standard input is empty
3 x 1 3 x 2 3 x 3
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!