في هذا الفيديو تم شرح جملة الطباعة بطريقة منسقه formatted string
مثال
name='eman'
age=20
print(f'my name is {name} and I have {age}years old')