Which of the following is not an operator?
def f(a, L=[]):
L.append(a)
return L
print(f(1))
What is the output of the given code?
print(Abekus)
name="This is abekus"
print(type(name))
Suppose t = (1, 2, 4, 3), which of the following is incorrect?
What will be the output of the following Python functions?
float('1e-003')
float('2e+003')
What will be the output of the following Python code snippet?
a = [0, 1, 2, 3]
i = -2
for i not in a:
print(i)
i += 1
What are the key features of the Python programming language?
What is the biggest reason for the use of polymorphism?
OnSite
1 Openings
FullTime
Posted 17 days ago