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