Files
mmp_wise2526_franksim/mmp/a3/main.py
2025-10-13 14:48:00 +02:00

8 lines
133 B
Python

def main():
"""Put your code for Exercise 3.3 in here"""
raise NotImplementedError()
if __name__ == "__main__":
main()