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