Hi I am a serious beginner with python and pythonista and I a stuck pretty early on in my course. What does this notification mean? Name ‘test’ is not defined.
Here is the code:
print("fill out this form")
print("enter your name")
name = input()
print("how old are you?")
age = input()
print("do you want to be an email suscriber?")
yes_no = input()
test(input())
