**Lines 1-5:** Print a visual banner with a horizontal rule made from `=` signs. - **Lines 7-9:** Three `input()` calls, each storing the user's response in a variable. The variable names (`name`, `city`, `language`) describe what they hold — a habit you should build from day one. - **Lines 11-14:**