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