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