```javascript var s = "This is JavaScript syntax highlighting"; alert(s); ``` ```python s = "But this is Python syntax highlighting" print s ```