LINK: https://drive.google.com/drive/folders/1rpYBKUQtTg2QPyGJRRxyxTVvZ--Ypeas
Python:
i = 0
while i == True:
print("Your Welcome")
i += 1
if i == 8:
break