Write commands to print following details of a Series object seal :
(a) if the series is empty
(b) indexes of the series
(c) The data type of underlying data
(d) if the series stores any NaN values
(a)
seal.empty
(b)
seal.index
(c)
seal.dtype
(d)
seal.hasnans