Predict the output
sook = ['Beyond','Knowing','game','quiz'] 
bk = sook.index("game") 
print (bk * 3)
bk1 = sook.index("quiz") 
print (bk1*'game ')

Posted on by