My first jupyter notebook in python.
Aug 22, 2022 • Haeryn Yu • 1 min read
fastpages jupyter
msg = "Welcome to my jupyter notebook!" print (msg)
Welcome to my jupyter notebook!