is_lulus = Trueis_keluar = False print(is_lulus)print(type(is_lulus))print(is_keluar)print(type(is_keluar))
Standard input is empty
True <class 'bool'> False <class 'bool'>
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!