Advertisements
Advertisements
प्रश्न
Identify the module, operator, definition name for the following welcome.display()?
टीपा लिहा
उत्तर
welcome – module name
. – dot operator
display( ) – function name
shaalaa.com
Python Program to Import C++
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
APPEARS IN
संबंधित प्रश्न
The module which allows you to interface with the Windows operating system is ______
What is the use of modules?
What is sys.argv? What does it contain?
What is the purpose of the sys, os, getopt module in Python? Explain.
Write the syntax for getopt() and explain its arguments and return values?