fork download
  1. # your code goes here
  2. is_terdaftar = True
  3.  
  4. print(is_terdaftar)
  5. print(type(is_terdaftar))
  6.  
Success #stdin #stdout 0.09s 14096KB
stdin
Standard input is empty
stdout
True
<class 'bool'>