a=0if a>0: # warunek 1 print('dodatnia')elif a>0: #warunek 2 print('ujemna')else: print('zero')
Standard input is empty
zero
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!