f = open(“WORLDCUP.TXT”)
print(f.read(2))
print(f.read(2))
print(f.read(4))
write the output considering the content stored in file “WORLDCUP.TXT” as India won the Cricket world cup of 1983.
Answers
Answered by
0
Answer:
output:
D
D
A
Explanation:
India won the cricket world cup of 1983
Similar questions
Math,
3 months ago
Social Sciences,
3 months ago
Biology,
3 months ago
Hindi,
8 months ago
Computer Science,
1 year ago
Hindi,
1 year ago