List & append — write code
Variables
Data types
Read the code carefully
x = 5 y = 10 print(f"{x} + {y} = {x + y}")
What will the program print? Write here: