# Demonstration code for Scientific Computing class, # http://www.math.nyu.edu/faculty/goodman/teaching/SciComp2022/ # BlankSlate.py # uses Python 3 and Numpy # Python Classes Demo # Define the BlankSlate class with no members class BlankSlate: """A class with no members"""