Answer:
#Initialise a tuple
team_names = ('Rockets','Raptors','Warriors','Celtics')
print(team_names[0])
print(team_names[1])
print(team_names[2])
print(team_names[3])
Explanation:
The Python code illustrates or printed out the tuple team names at the end of a season.
The code displayed is a function that will display these teams as an output from the program.
Answer:
5.6 mm
Explanation:
Given that:
A cylindrical tank is required to contain a:
Gage Pressure P = 560 kPa
Allowable normal stress
= 150 MPa = 150000 Kpa.
The inner diameter of the tank = 3 m
In a closed cylinder there exist both the circumferential stress and the longitudinal stress.
Circumferential stress 
Making thickness t the subject; we have


t = 0.0056 m
t = 5.6 mm
For longitudinal stress.



t = 0.0028 mm
t = 2.8 mm
From the above circumferential stress and longitudinal stress; the stress with the higher value will be considered ; which is circumferential stress and it's minimum value with the maximum thickness = 5.6 mm
I THINK THE ANSWER IS B BUT IM NOT SURE OK BYE