Important 22 QnA All about computers

All about computers

Important QnA All about computers you will get some questions and answers. So here it is! Important 22 QnA All about computers Let’s start this article with objective-type questions. In this first portion will be fill in the blanks, True/False, and MCQs answers only then subjective type questions. Fill in the blanks Beads 1616 Mark … Read more

Comprehensive notes Python Conditional statements class 11

The Comprehensive notes Python Conditional statements class 11 provides you notes for the topics if, if-else, if-elif-else python statements. So here we start! Now you are familiar with how to use Operators, write expressions, accepting input and output statements in python. Python Conditional statements class 11 So today you will read about conditional statements in … Read more

Working with Functions XII – 13 Output & Error Questions with easy solutions

working with functions xii

Find the solved host questions for working with functions xii output and error based questions. Working with functions xii Output Questions 1. def Fun1():           print(‘Python, let’s fun with functions’)     Fun1()  Ans.: Python, let’s fun with functions.   Explanation: The code has a simple print function. is used to print character … Read more