Please ignore secret bonuses. Secret tests do NOT award bonus. Max hw grade is 30+2 bonus efficiency

Do you need help?

Imports in HW6

L
Luigi_delle (220 points)
1 2 3
in HW6 by (220 points)
Hi there everyone, I wanted to use regex in my HW6, it's a python module. I've to import "re" to use it, can I import this built in or is it forbidden ??
232 views

3 Answers

ruben.ciranni (4650 points)
8 14 31
by (4.7k points)
It is forbidden to import any library unless specified. If I’m not wrong there’s a line in the test_01 file that checks if you import libraries that aren’t in the allowed libraries list.
rokshana03 (16750 points)
1 4 35
by (16.8k points)
Importing any module, whether it is a python built-in module or a module created by someone else, is forbidden as its already written in the homework and on its post.
Simone Russolillo (5790 points)
7 10 22
by (5.8k points)
no you can't import libraries