리스트 = [3, -20, -3, 44]for 음수 in 리스트: if 음수<0: print(음수)
Standard input is empty
-20 -3
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!