Use of other Module

Use of other Module

von Marvin Henn -
Anzahl Antworten: 1

Hi,

I think it was said already, but just to be sure. Are we allowed to use other Modules? for example one to let us use RegEx?


Als Antwort auf Marvin Henn

Re: Use of other Module

von Fabian Schmidt -
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