Answer:
You should do it. it is okay if it does not work because if she knows it does not exist she is using it as a example of how it don't exist
Explanation:
Answer:
The program is as follows:
i = 1
while(i<11):
j = 1
while(j<=i):
print('*', end = '')
j += 1
i += 1
print()
Explanation:
Initialize i to 1
i = 1
The outer loop is repeated as long as i is less than 11
while(i<11):
Initialize j to 1
j = 1
The inner loop is repeated as long as j is less than or equal i
while(j<=i):
This prints a *
print('*', end = '')
This increments j and ends the inner loop
j += 1
This increments i
i += 1
This prints a blank and ends the inner loop
print()
Answer:
B only
Explanation:
Squeeze-type resistance spot welding (STRSW)is a type of electric resistance welding that brings about the weld on interfacing sheet metal pieces through which heat generated from electric resistance bring about fusion and welding of the two pieces together
Therefore, it is not meant for opening but joints but it can be used for making replacement spot welds adjacent to the original spot weld due to the smaller heat affected zone (HAZ) created by the STRSW process.
No I don’t sorry, I hope you do well