Header

A paragraph.

Python code:


In [1]:
print("Hello world!")


Out[1]:
Hello world!

JavaScript code:

console.log("Hello world!");