Hi, the problem is in the line that says:

terms = int(input("How many terms of the fibonnaci sequence would you
like?")

is missing a closing ')'
take a look:

terms = int(input("How many terms of the fibonnaci sequence would you
like?"))

Hope you help.
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to