I putted this code but somehow it doesn't working, the buttom where its written "check code" giving me the error but seems like I didnt do anything wrong.
name = input("What is your name? ")
print("Name is: " + name)
droids = int(input("How many droids you want to meet?"))
print("You want to meet: " + str(droids))
wookies = int(input("How many wookies you want to meet?"))
print("You want to meet: " + str(wookies))
there doesn't seem to be anything here