.module
.py
both a & b
All of the above
int
null
None
An exception is thrown without the return statement
Docstring
Python Package Index
none of the mentioned
A function that calls other function.
A function which calls itself.
Both A and B
None of the above
abc=2,00,000
a,b,c=200,300,400
a_b_c= 2,00,000
abc=200 300 400
re.create(str)
re.regex(str)
re.compile(str)
re.assemble(str)
re
regex
pyregex
_
&
%
f = open('data.txt'); f.read()
f = open('data.txt','r'); f.read(n)
myfile = open('data.txt'); f.readline()
f= open('data.txt'); f.readlines()
5.5
3.5
1
r
w
+
b
Denoted by triple quotes for providing the specification of certain program elements
Design and implementation of specific functionality to be incorporated into a program
Defines the specification of how it is to be used
Any program that reuses code
Interface
Modularity
Client
Entry Controlled Loop
Exit Controlled Loop
Both of the above
built-in functions
user-defined functions
py function
In Python, a tuple can contain only integers as its elements.
In Python, a tuple can contain only strings as its elements.
In Python, a tuple can contain both integers and strings as its elements.
In Python, a tuple can contain either string or integer but not both at a time.
Yes
No
if / else not used in python
None of the above.
; (semicolon)
,(Comma)
: (colan)
None of these
continue
check
range
break
for
while