fork download
  1. a=22
  2. print(f"{a} {type(bool)}")
Success #stdin #stdout 0.09s 14096KB
stdin
Standard input is empty
stdout
22 <class 'type'>