# your code goes hereis_tersedia = Trueis_terdaftar = Falseprint(is_tersedia)print(type(is_tersedia))print(is_terdaftar)print(type(is_terdaftar))
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!