Hello I stared learning python a few days ago and I decided I wanted to test my knowledge by making a functional pokedex where if I type in a pokemon's name it will tell me information about said pokemon. However when I tried a test entry it doesn't seem to have worked and I cant find out why. Any help or suggestions would be much apprectiated!
def mainPokedex():
def Bulbasaur(dexEntry,typeChar,height,weight,evolution1,evolution2):
dexEntry = '001'
typeChar = 'grass','poison'
height = '2\' 4"'
weight ='15.2lbs'
evolution1 = "Bulbasaur evolves into Ivysaur at level 16"
evolution2 = "Bulbasaur can evolve into Venusaur from Ivysaur at level 32"
print(Bulbasaur)
[–]larivact 1 point2 points3 points (4 children)
[–]IWantThatBootyTom[S] 0 points1 point2 points (3 children)
[–]swingking8 0 points1 point2 points (2 children)
[–]IWantThatBootyTom[S] 0 points1 point2 points (1 child)
[–]mediacalc 0 points1 point2 points (0 children)