Chapter 01: Basic Python Programming

02 marks c Python has one special type of literal called None. The None type is used to indicate non-null, undefined value. 01 marks d Multiline string can be created in two ways. By adding a backslash at the end of normal single-quote or double-quote string. Text = “ welcome \ To \ Python” ................
................