Can u guess the output of the following Python code??
word= "Ant"
 
if word== "Bat":
    print("letter is Bat")
 
elif letter == "Crownn":
    print("letter is Crown")
 
elif word == "Ant":
    print("letter is Ant")
 
else:
    print("letter isn't Ant, Bat or Crown")


Posted on by