Answer:
High level Language
understand
Explanation:
rocket is 0...4433456u888
I believe the answer is B.
f=open("infile.txt","r")
flag=True
while(flag):
s=f.readline().strip()
if(len(s)>=4):
print(s)
else:
flag=False
False
I hope this is right