Advertisements
Advertisements
प्रश्न
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.
पर्याय
I is correct and II is wrong.
Both are correct.
I am wrong and II is correct.
Both are wrong.
Advertisements
उत्तर
I is correct and II is wrong.
APPEARS IN
संबंधित प्रश्न
A Function which calls itself is called as ______
Pick the correct one to execute the given statement successfully.
if ______ : print(x, " is a leap year")
What is a function?
Write the different types of functions.
How to set the limit for recursive function? Give an example.
Differentiate ceil() and floor() function?
Write a Python code to find the L.C.M. of two numbers.
Explain the following built-in function.
chr()
Explain the following built-in function.
round()
Explain the following built-in function.
pow()
