update template code
This commit is contained in:
7
mmp/a3/main.py
Normal file
7
mmp/a3/main.py
Normal file
@@ -0,0 +1,7 @@
|
||||
def main():
|
||||
"""Put your code for Exercise 3.3 in here"""
|
||||
raise NotImplementedError()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user