Please select a subject first
Advertisements
Advertisements
Write the syntax of the while loop.
Concept: undefined >> undefined
List the differences between break and continue statements.
Concept: undefined >> undefined
Advertisements
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
What is the use of the type() function in python?
Concept: undefined >> undefined
Write the syntax of creating a Tuple with n number of elements.
Concept: undefined >> undefined
What are the advantages of Tuples over a list?
Concept: undefined >> undefined
What is a nested tuple? Explain with an example.
Concept: undefined >> undefined
What is SQLite?What is its advantage?
Concept: undefined >> undefined
Write in brief about SQLite and the steps used to use it.
Concept: undefined >> undefined
