Answer the question
In order to leave comments, you need to log in
How to prepare for the Python test on Upwork?
Tell me where to find a dump of new questions on the Python test on Upwork?
I must say right away that Google does not find questions.
Sample Questions
Which option in sqllite.connect() method avoids OperationalError and tells that the database file is
locked?
check same thread
check thread
check diff thread
check same threads
Regarding the code below, what is the correct statement ?
class Book:
def init (self, isbn):
self.isbn = isbn
isbn = "test1
book = Book(12345)
book.isbn will contain the value 12345.
book.isbn will contain the value ’test'.
This program won't run the Book class expects a string instead of integer.
None of the above is correct.
Which of the following is a correct way to add a new element to a list?
list.add(l)
list.addValue(l)
list.append(l)
list.addltem(l)
Answer the question
In order to leave comments, you need to log in
Decide honestly. Decide badly - you can not show anyone. You can also reschedule later after a certain period.
By and large, all of us for these tests .... well, you understand. So no need to bother. Better develop your skills and work more;)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question