1.

Question 3: What is the output of the following program?line = "I'll come by then."eline = ""for i in line:eline += chr(ord(i)+3)print(eline)(A) L*oo frph e| wkhq1(B) L*oo#frph#e|#wkhq1(C) l*oofrphe|$wkhq1(D) O*oo#Frph#E|#wKhq1

Answer»


Discussion

No Comment Found