Use of other Module

Re: Use of other Module

بواسطة - Fabian Schmidt
عدد الردود: 0
Hi Marvin,

In general, yes, you can assume that you are free to use the Python standard library. Just to be unambiguously explicit: for regular expressions you would use the `re` module.

In Lab 2, you should not be needing any external libraries, which are therefore not permitted to be used.
For the remaining labs, please check again with the corresponding TA whether using external libraries is allowed in case the sheet does not specify that.

Best,
Fabian