list1.addEnd (5)
list1.addLast (5)
list1.append (5)
list1.add(5)
\n
\t
\\
All of the above
put to gether the file and functions that are required by the program
translate the instructions in to a form suitable for execution by the program
load the executable code in to the memory and execute them
allow the user to type the program
0
4
1
2
email
ca$h
marks10
Python2Shar
list1.remove("hello")
list1.remove(hello)
list1.removeAll("hello")
list1.removeOne ("hello")
sqrt
rhombus
add
Sub
Class
List
Dictionary
Tuple
['llo']
['hello']
['h', 'e', l', 'l', 'o']
None of the above
True
false
ValueError occurs
TypeError occurs
Link, Load, Code, Compile, & Execute
Code, Compile, Link, Execute & Load
Code, Compile, Link, load & Execute
Compile, Code, Link, load, & Execute
difficult syntax error in a program
logical error in a programm
Both a and b
a
f
w
t
length
length()
len()
None
raw_input
input
eval
accept
In Module
In Class
In Another function
All of these
.
*
->
&
Shape
Array
both a) and b)
None of the above.
Effective Analysis
Proper documentation
Efficient Coding
A built-in Python function
A one-line anonymous function
Lambda is a function in python but user can not use it.