menu
Home
Tests
Blog
Games
About
search
light_mode
palette
language
person
Home
Tests
Blog
Games
About
light_mode
palette
language
Home
Online tests
Программирование
Python: Find the Bug in Everyday Code
Python: Find the Bug in Everyday Code
Answer 15 questions randomly selected from a bank of 40. Choose one best answer per question. Pass with 12 correct answers. Original professional practice, not an official certification exam.
1 of 15
Python 3 executes: it = iter([1, 2]); first = list(it); second = list(it). What is second?
[1, 2]
[]
[2]
None
Submit
Log in to leave a comment
bug_report
Please enable JavaScript to continue using this application.