Python Institute Certified Associate in Python Programming - PCAP-31-02무료 덤프문제 풀어보기
If S is a stream open for reading, what do you expect from the following invocation?


정답: A
Which of the following statements are true? (Select two answers)
정답: A,B
If you want to access an exception object's components and store them in an object called e, you have to use the following form of exception statement:
정답: D
An operator able to perform bitwise shifts is coded as (select two answers)
정답: A,B
You need data which can act as a simple telephone directory. You can obtain it with the following clauses (Select two relevant variants; assume that no other items have been created before)
정답: A,D
Can a module run like regular code?
정답: D
How many elements will the list2 list contain after execution of the following snippet?


정답: C
What is the expected output of the following code?


정답: B