R
Q. What is the output of the following code?
d = {"alex":30, "bob":35} d["alex"]
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Q. Which of the following is not a conditional statement in Python?
Q. What is the output of the following code?
Q. How many times the following loop will execute?
Q. What does the __init__() function do in Python?
Q. How will you get the second element in a list called "bus"?
Q. Different learning methods does not include?
Q. Loops are known as ___ in programming.
Q. Which of the following is not used as conditional statement in Python?
Q. The following python program can work with ____ parameters.
Discusssion
Login to discuss.