Demo

This demo notebook prints “Hello World”. The copyright of this notebook belongs to Bill Chen under the MIT license.
Author: Bill Chen
Created: July 2022
Last modified: July 2022
License: MIT
Modules:
python = 3.8.3
[1]:
print("Hello World")
Hello World