Discover
Questions library
Collections library
Find online teacher
login
Discover
questions library
Find online teacher
login
Popular searches:
if-else
class-diagram
flowchart
Polymorphism
Home
Questions
Questions
Study lists
Yasmin Questions
5728 Questions
Program code making use of a given module is called a ______ of the module
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
595
What will be the output of the following Python code? def f1(a,b=[]): b.append(a) return b print(f1(2,[3,4]))
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
754
What will be the output. def f1(x): global x x+=1 print(x) f1(15) print(\"hello\")
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
558
What will be the output? ef fact(num): if num == 0: return 1 else: return _____________________
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
727
What will be the output of the following Python code and state the type of copy that is depicted? l1=[2, 4, 6, 8] l2=[1, 2, 3] l1=l2 l2
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
658
What will be the output of the following Python code? l=[2, 3, [4, 5]] l2=l.copy() l2[0]=88 l l2
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
1181
What will be the output of the following Python code?
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
99
What will be the output of the following Python function?
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
693
The function pow(x,y,z) is evaluated as:
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
722
What will be the output of the following Python list comprehension?
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
743
Read the information given below carefully and write a list comprehension such that the output is: [‘e’, ‘o’]
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
1079
What will be the output of the following Python code?
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
680
Given a string example=”hello” what is the output of example.count(‘l’)?
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
1061
Total:
5728
Previous
278
279
280
281
282
Next
Go