Advertisements
Advertisements
Write is the syntax of if..else statement?
Concept: undefined >> undefined
Define control structure.
Concept: undefined >> undefined
Advertisements
Write a note on the range () in the loop?
Concept: undefined >> undefined
Write a program to display.
A
A B
A B C
A B C D
A B C D E
Concept: undefined >> undefined
Write a note on if..else structure.
Concept: undefined >> undefined
Using if..else..Elif statement writes a suitable program to display the largest of 3 numbers.
Concept: undefined >> undefined
Write the syntax of the while loop.
Concept: undefined >> undefined
List the differences between break and continue statements.
Concept: undefined >> undefined
Write a detail note on for loop?
Concept: undefined >> undefined
Write a detailed note on if..else..elif statement with suitable example.
Concept: undefined >> undefined
Write a program to display all 3 digit odd numbers.
Concept: undefined >> undefined
Write a program to display a multiplication table for a given number.
Concept: undefined >> undefined
What are the main advantages of function?
Concept: undefined >> undefined
What is meant by the scope of a variable? Mention its types.
Concept: undefined >> undefined
Write the rules of a local variable.
Concept: undefined >> undefined
Write the basic rules for a global keyword in python.
Concept: undefined >> undefined
What happens when we modify the global variable inside the function?
Concept: undefined >> undefined
Explain the scope of variables with an example.
Concept: undefined >> undefined
What will be the output of the following python code?
str1 = “School”
print(str1*3)Concept: undefined >> undefined
