Python Programming Tutorial - Operator Functions - Part 2 | GeeksforGeeks

preview_player
Показать описание

This video is contributed by Parikshit Kumar Pruthi

Please Like, Comment and Share the Video among your friends.

Also, Subscribe if you haven't already! :)
Рекомендации по теме
Комментарии
Автор

hello I found your video very helpful. I try to run the code on my own but getting wrong output.
here i attach the code. can you please help?

s1 = "mango with"


s2 = " apple"

print (operator.concat(s1, s2))
s1


if (operator.contains(s1, s2)):
print ("mango with apple contains apple")
else :
print ("mango with does not contain apple")

facialsheetmask
visit shbcf.ru