⏱00:00Question #1What will be the output of the following code? >>> i=100 >>> type(i) AintegerB>class 'int'>CintD>class 'number'> PreviousNext