Font size
WorksheetsPython Quiz
Total questions: 10
Worksheet time: 6mins
Python will evaluate the expressions using the standard ______rule for the Order of calculations.
PEMDES
PMEDAS
PEMDAS
PMDAS
The input( ) function returns the input as a ______
string
Label
Variable
Module
Which method is used to check whether the given number is integer or not
int( )
is_integer( )
float( )
None
The differences between two consecutive integers procduced by the range( ) function is known as_____
int value
float value
step value
None
By which method we can add items later in the empty list
empty.append( )
empty.list.append()
emptylist.append( )
None
The plot( ) function only create____,to actually display it,we have to call____
graph,show( )
points,Show( )
customising,show()
None
The labelling and position of the number in the list is called the (a) -
In the python program which function helps to calculate the sum of products from the two sets of numbers
most_common( )
counter function
sort( )
zip( )
The _____ function will calculate the sum and length of any list
calculate_Median
calculate_mean
counter function
None
To make the given list in the ascending order we use____method
sort( )
zip( )
len( )
None
