Question 1 |
list[1][1][2][0] | |
list[1][2][2][1] | |
list[1][2][2][0] | |
list[0][2][2][0] | |
list[1][2][1][1] |
Question 2 |
None of them | |
{1,2,3,4} | |
True | |
{10,1,20,2,3} | |
False |
Question 3 |
"-".join(x) | |
join("-") | |
-.join(x) | |
join(-) | |
none of them |
Question 4 |
dict.keys() | |
dict.values() | |
dict.items() | |
none of them | |
dict.values() |
Question 5 |
x[1:3] | |
x[:3] | |
x[-1:-3] | |
x[:2] | |
x[3:] |
Question 6 |
#This is x code | |
//This is x code | |
*This is x code | |
-This is x code | |
/This is x code |
Question 7 |
convert() | |
lower() | |
up() | |
upper() | |
down() |
Question 8 |
empty() | |
del() | |
remove() | |
delete() | |
clear() |
Question 9 |
join | |
replace | |
split | |
index | |
strip |
Question 10 |
4 | |
0 | |
1 | |
3 | |
2 |
Question 11 |
[-1, 0, 1, 2, 3, 4, 5, 6, 7] | |
[-1, 1, 2, 3, 4, 5, 6, 7] | |
[0, 1, 2, 3, 4, 5, 6, 7, 8] | |
[1, 2, 3, 4, 5, 6, 7] | |
[0, 2, 4, 6] |
Question 12 |
x[1] | |
x[-1] | |
x[2] | |
x[0] | |
x[-2] |
Question 13 |
\w - Matches word characters. | |
$ - Matches end of line. | |
[...] - Matches any single character in brackets. | |
^ - Matches beginning of line. | |
\d - Matches strings. |
Question 14 |
0, 30, 10 | |
5, 30, 5 | |
5, 20, 5 | |
0, 30, 2 | |
0, 25, 10 |
Question 15 |
12 | |
4 | |
2 | |
8 | |
6 |
Question 16 |
count5 | |
Count
| |
none of them | |
20count | |
_Count |
Question 17 |
print(I love Python!) | |
print("I love Python!") | |
print "I love Python!" | |
all of them | |
print(I love Python!): |
Question 18 |
(["eagle","bear","wolf"]) | |
{"eagle","bear","wolf"} | |
["eagle","bear","wolf"] | |
"eagle","bear","wolf" | |
("eagle","bear","wolf") |
Question 19 |
0 | |
{3,4,5} | |
{12,17,56,80,92} | |
True | |
False |
Question 20 |
== | |
% | |
|| | |
& | |
// |
Gokhan Kosem is a Network Engineer, Instructor and the Founder of IPCisco.com with 15+ years of experience in Cisco, Nokia, Huawei, Juniper, Linux, Service Provider Networks, Routing and Switching technologies.
He has worked on the backbone networks of major service providers and network vendors including Nortel, Alcatel-Lucent (Nokia) and has extensive hands-on experience with Cisco, Huawei, Juniper and Nokia networking technologies.
He has trained thousands of networking students worldwide through IPCisco.com, Udemy, books, labs, quizzes, and educational content across multiple social media platforms.
IPCisco.com | Best Route to Your Dreams