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