Q131. Which of the following error may encounter in program of python?
Q132. Ravi is writing a program of printing "Hello World" but he forgot to close the bracket of print( ) function (as shown below). What type of error is this?
Q133. ____________ produces an undesired output but without termination of the program.
Q134. Aman wants to find the average of two numbers 10 and 12 and he write the code as 10 + 12/2, it would run successfully but the output is not correct. What type of error is faced by Aman?
Q135. _______________ error causes abnormal termination of program while it is executing.
Q136. Which of the following statement return run time error ?
Q137. Errors in program is also called ____________
Q138. IDLE stands for ______________________
Q139. Which of the following statement is correct to initialize multiple variables?
Q140. Which of the following statement is correct syntactically ?