Q
?
A -
Informatica
search
Login
Remember
Register
New Activity
Questions
Unanswered
Tags
Categories
Users
Course
News
FAQs
Do you need any help?
Ask a Question
Notice Board
NEXT EXAMS
Current grades at 28/3/22
Exams and Covid-19
BUG BOUNTY / IMPROVEMENTS
Code coverage
DOWNVOTES
Course info
Course rules
Zoom links
Unit 1, log of the lectures
Unit 1, class exercises
Unit 1, video recordings
Unit 2, log of the lectures
Unit 2, additional exercises
Unit 2, video recordings
Teaching material
Getting started
Teaching assistants
Booking tutoring
Programming exercises
Exams
Test
Grades
Attachments
HW6 recovery
link
HW8 recovery
link
HW8 required
link
HW7 optional
link
HW6 required
check
link
HW4 recovery
link
HW5 optional
link
HW2 recovery
link
HW4 required
check
link
HW3 optional
link
HW2 required
check
link
HW1 optional
link
192
questions
394
answers
416
comments
304
users
Related questions
HW6-rec. Can spaceships rotate to 90 degrees?
Most popular tags
homework
exam
grades
homework2
test
recovery
error
homework8
hw2
tests
hw
lectures
secret-tests
announcements
bug
exam-18-2-22
homework4
hw1
hw4
optional
q2a
required
#homework
anaconda
exam-1-4-22
homework6
hw4req
hw5opt
hw6rec
hw8
hw8req
libraries
programming
reserved-exam
solutions
vm
2nd-chance
esonero
exam-20-6-22
exam-28-1-22
exercises
exploit
help
homework5
hw2req
hw4rec
hw6req
hw8rec
news
peer-assessment
Imports in HW6
L
Luigi_delle
(220 points)
1
2
3
asked
Dec 3, 2021
in
HW6
by
Luigi_delle
(
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 ??
128
views
24
answer
Please
log in
or
register
to answer this question.
3 Answers
ruben.ciranni
(4650 points)
7
13
31
answered
Dec 3, 2021
by
ruben.ciranni
(
4,650
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.
8
comment
Please
log in
or
register
to add a comment.
rokshana03
(7140 points)
1
3
27
answered
Dec 3, 2021
by
rokshana03
(
7,140
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.
2
comment
Please
log in
or
register
to add a comment.
Simone Russolillo
(5790 points)
5
10
22
answered
Dec 3, 2021
by
Simone Russolillo
(
5,790
points)
no you can't import libraries
1
comment
Please
log in
or
register
to add a comment.