Please select a subject first
Advertisements
Advertisements
The Python prompt indicates that the Interpreter is ready to accept instruction.
Concept: undefined >> undefined
Which of the following character is used to give comments in Python Program?
Concept: undefined >> undefined
Advertisements
Which of the following character is used to give comments in Python Program?
Concept: undefined >> undefined
Write short notes on Exponent data?
Concept: undefined >> undefined
Write short notes on Exponent data?
Concept: undefined >> undefined
What plays a vital role in Python programming?
Concept: undefined >> undefined
A named block of code that is designed to do one specific job is called ______
Concept: undefined >> undefined
A Function which calls itself is called as ______
Concept: undefined >> undefined
Which function is called anonymous un-named function?
Concept: undefined >> undefined
While defining a function which of the following symbol is used.
Concept: undefined >> undefined
Read the following statement and choose the correct statement.
In Python, you don’t have to mention the specific data types while defining the function.
Concept: undefined >> undefined
Pick the correct one to execute the given statement successfully.
if ______ : print(x, " is a leap year")
Concept: undefined >> undefined
Write the different types of functions.
Concept: undefined >> undefined
How to set the limit for recursive function? Give an example.
Concept: undefined >> undefined
Differentiate ceil() and floor() function?
Concept: undefined >> undefined
Write a Python code to check whether a given year is a leap year or not.
Concept: undefined >> undefined
What are the points to be noted while defining a function?
Concept: undefined >> undefined
Explain the different types of functions with an example.
Concept: undefined >> undefined
Write a Python code to find the L.C.M. of two numbers.
Concept: undefined >> undefined
