Question 11 MarkThe given program is to print the sum of the first n natural number, complete the code for the same:__________ .Answer I < =n: and sum += iView full question & answer→
Question 21 MarkTejas is writing the code for checking, even or odd of number help him by completing the blank :Answern%2==0View full question & answer→
Question 31 MarkA named memory location which is used to store data is known as ______________.Answer VariableView full question & answer→
Question 41 MarkFor mathematical calculation _______________ operators are used.Answer arithmeticView full question & answer→
Question 51 Mark_______________ function is used to display the message on the screen.Answer print()View full question & answer→
Question 61 Mark__________________ is used for the multiple ‘‘’ (Triple Quotes)line comment entry.Answer ‘‘’ (Triple Quotes)View full question & answer→
Question 71 Mark : is known as Assignment Operator which is used to assign the ____________side value to the _____________________ side operand.Answer Right and leftView full question & answer→
Question 81 MarkA _____________ is the smallest element of a Python script that is meaningful to the interpreterAnswer TokenView full question & answer→
Question 91 Mark_____________________ error occurs during program execution due to incorrect or illegal values used in some operations.Answer LogicalView full question & answer→
Question 101 MarkThe __________ statement prematurely ends the execution of the current while or for loop.Answer breakView full question & answer→
Question 111 Mark______________ operator is used for indentation.Answer (colon :)View full question & answer→
Question 121 MarkThe group of statements which do the welldefined task is known as __________ .Answer FunctionView full question & answer→