hz_tuple=(('1', '01-Jan-15','171','171','167.5','168.35','35357','5959101'),
('2', '02-Jan-15','169.2','172.8','168.75','171.7','100909','17291351'),
('3', '05-Jan-15','171.3','171.95','167.45','168.85','576599','754238'),
('4', '06-Jan-15','169','172.9','167.3','168.1','5134474','22895654'),
('5', '07-Jan-15','168.25','168.5','163.1','164.2','5101768','16800407'))
print(hz_tuple)
#(day,Date,Open,High,Low,Close,TotalShares,Turnover)=hz_tuple
for i in range(len(hz_tuple)):
sent = '\t '.join(hz_tuple[i])
print(sent)
Answers
Answered by
2
Initial level of water v
i
=55 ml
Final level of water v
f
=83ml
Volume of stone V
stone
=V
f
−V
i
=83−55=28 ml
Similar questions