Files
mmp_wise2526_franksim/mmp/a3/main.py

8 lines
133 B
Python
Raw Normal View History

2025-10-13 14:48:00 +02:00
def main():
"""Put your code for Exercise 3.3 in here"""
raise NotImplementedError()
if __name__ == "__main__":
main()