Class 11 CS Chapter 6 Ex 6.3 Solutions Sumita Arora New Syllabus / Listing11CSSA, Uncategorized / By Neha 1. What is an expression in Python ? An expression ...click here for answer What is a statement in Python ? How is a statement different from expression ? A statement ...click here for answer What is a comment ? In how many ways can you create comments in Python ? Comments are ...click here for answer How would you create multi-line comment in Python ? Using triple ...click here for answer What is the difference between full-line comment and inline comment ? Full line ...click here for answer What is a block or suite in Python ? How is indentation related to it ? A group ...click here for answer