answer these questions using python gt gt gas he ne ar kr xe rn what are the values 5149249
Answer these questions using Python:
>> gas [ He, Ne, Ar, Kr, Xe, Rn] What are the values of the” src=”https://files.transtutors.com/cdn/qimg/fd46042f9caf4e7b8bddc827feb8786b.jpg” aria-describedby=”hjm”>
3.8. Suppose a list is defined with this statement: >>> gas [ 'He', 'Ne', 'Ar', 'Kr', 'Xe', 'Rn'] What are the values of the following Python expressions? a) 'Ne' in gas b) Fe' in gas c) gas.index( 'Ne') d) gas.index'Xe') e) gas.index'Rb') 3.9. Suppose we define two lists of numbers as follows: [1,1,2,3,5,8] >>> a A >>> b [13, 21, 34] Explain what Python will do if we ask it to evaluate each of these expressions: b[0] a [0] + a b