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
603
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
763
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
565
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
739
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
668
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
1198
What will be the output of the following Python code?
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
100
What will be the output of the following Python function?
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
704
The function pow(x,y,z) is evaluated as:
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
748
What will be the output of the following Python list comprehension?
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
753
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
1087
What will be the output of the following Python code?
Python programming
2022-05-27
Answers
30
Question
40
Followers
30
0
1
693
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
1074
Total:
5728
Previous
278
279
280
281
282
Next
Go