Module 1 Section 1- Starting Jupiter Notebooks - Altering Notebook Structure - Concepts

Photo by Emile Perron on Unsplash

June 8, 2018 

Task 1 - Unit 1 Section 1 

2 Python requires hashtag or pound symbols (#) for denoting comments inside cell, in the code module however, in the markdown module hashtag or pound symbols are use as bold header. 

In [1]: print("A Brave New World, Hello")

output:  A Brave New World, Hello 

Comments