Consider the following code and specify the correct order of the statements to be written
(A) f.write("CUET EXAMINATION")
(B) f=open("CUET.TXT", "w")
(C) print("Data is Written Successfully")
(D) f.close()
Choose the correct answer from the options given below:
1
(A), (B), (C), (D)
2
(B), (A), (C), (D)
3
(B), (D), (C), (A)
4
(B), (D), (A), (C)