cs107-lecture-examples

Example codes used during Harvard CS107 lectures
git clone https://git.0xfab.ch/cs107-lecture-examples.git
Log | Files | Refs | README | LICENSE

module_1.py (83B)


      1 class Foo:
      2     pass
      3 
      4 def foo():
      5     print("cs107_package.subpkg_1.module_1.foo()")