Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Assistance with Fibonacci code
Post: Assistance with Fibonacci code

hello There, There is an "logic" error on my code, and I have not figured it out, what it is!! Code: #Fibonacci numbers x = 1 y = 1 z = 0 while z < 1000: x = y y = z z = x + y print(z)Why is i...
Colombian1976 Homework 3 3,027 Aug-09-2017, 12:21 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020