Which operator is also known as string repetition operator?
Which operator is also known as string repetition operator?
Wwhat is the answer to this expreession, 22% 3
Wwhat is the answer to this expreession, 22% 3
_______ of a variable gives an indication of what type of value will be stored in it.
_______ of a variable gives an indication of what type of value will be stored in it.
>>>print(format(56.78901, '.3f'))
>>>print(format(56.78901, '.3f'))
You can use Python for
You can use Python for
In which phase are algorithms, flowcharts and pseudocodes prepared?
In which phase are algorithms, flowcharts and pseudocodes prepared?
State true or false
In python, Variable names can start with numbers.
State true or false
In python, Variable names can start with numbers.
which one of following is a graphical or symbolic representation of a process?
which one of following is a graphical or symbolic representation of a process?
What will be the value of x in the following Python expression?
x = int(43.55+2/2)
What will be the value of x in the following Python expression?
x = int(43.55+2/2)
Which among the following list of operators has the highest precedence?
+, -, **, %, /, <<, >>, |
Which among the following list of operators has the highest precedence?
+, -, **, %, /, <<, >>, |
Comments strat with which symbol?
Comments strat with which symbol?
State true or false
Python has been drived from C.
State true or false
Python has been drived from C.
What is the value of the following expression?
float(22//3+3/3)
What is the value of the following expression?
float(22//3+3/3)
What will be the value of X in the following Python expression?
X = 2+9*((3*12)-8)/10
What will be the value of X in the following Python expression?
X = 2+9*((3*12)-8)/10
Computer understands only ______ language.
Computer understands only ______ language.