[Tutor] Python trouble (Nathan Clark)

Ricardo Martínez lordrip at gmail.com
Tue Dec 29 13:29:27 EST 2015


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.


More information about the Tutor mailing list