fork download
  1. age = 17
  2. print(f"Мій вік: {age} (тип: {type(age)})")
Success #stdin #stdout 0.08s 14128KB
stdin
Standard input is empty
stdout
Мій вік: 17 (тип: <class 'int'>)