Encapsulating other literal data into python

myint = 20
print(f"my int: {myint}")