Problem description:
when i run my repl it shows me an error
my code
tvShow = input("What is your favorite tv show? ")
if tvShow == "ninjago":
print("i love it too")
faveCharacter = input("Who is your favorite character? ")
if faveCharacter == "zane":
print("technological guy")
elif faveCharacter == "jay":
print("such a joker")
elif faveCharacter == "kai":
print("hot, but cool, 'hairstyle'")
elif faveCharacter == "nya":
print("")
elif faveCharacter == "cole":
print("such a strength, sometimes afraid of dragons")
elif faveCharacter == "lloyd":
print("weird, wants to be like his father, but his greatest fear is that")
elif faveCharacter == "wu" or faveCharacter == "sensei wu":
print("an old teacher")
elif faveCharacter == "garmadon":
print("a shapeshifter, a normal man then an evil, black skin, four arms with hands and fingers, again a normal sensei who doesn't fight, then a fake serpentine, and after that a real one, then a ghost, after that a dead soul, and then a reborn man with four arms, a great evil with the element of destruction, fighting with ninjas, and then an oni, helping ninjas destroy other onis and Omega, then spreading chaos over Ninjago, and then being a plant carer, then oni, then normal again, oni again, normal evil form")
Expected behavior:
it should ask me my favorite tv show if i type ninjago it should ask me about my favorite charecter
Actual behavior:
it shows me this error
File "main.py", line 7
elif faveCharacter == "jay":
^
TabError: inconsistent use of tabs and spaces in indentation
Bug appears at this link:
https://replit.com/@sbzm123/day-7100-days
Browser:
google chrome
OS:
windows 10
Device (Android, iOS, NA leave blank):
toshiba laptop
Plan (Free, Hacker, Pro Plan):
free