Computer Science, asked by cutiee2k3, 6 months ago

Consider below given code fragment. What will be their outputs if the inputs are entered

in the given order are i. ‘12345' ii.‘ END' iii. ‘end’? (3)

name= “ “

while name!=”end”:

name= input(“Enter name(‘end” to exit) :”)

if name == “end”:

pass

print(“Hello”, name)

else:

print (“Wasn’t it fun? “)​

Answers

Answered by rose2529
0

Explanation:

Sorry babe's nhi ataa, , , , , , ,

Similar questions