Python Basic Quiz #3 – Basic CodingAsha PonrajOctober 24, 2021 Welcome to your Python Basic Quiz #3 - Basic Coding User Name Email 1. Which of the following are not a valid Python comment? "This is a Python comment" ''' This is a Python comment ''' # This is a Python comment """ This is a Python comment """ 2. Which of the below symbols cannot be used in Python for code blocks? Select all that apply { } : Colon Space 3. Technically Python has Multi-Line comments True False 1 out of 1 Time is Up! Time's up