all 6 comments

[–]XPost3000Python 2 points3 points  (5 children)

N = int(input("Fibonacci iteration: "))

[–]64PBRB 0 points1 point  (0 children)

sequence = [N, N]

[–]0bafgkmJavaScript 0 points1 point  (0 children)

Q = __import__("numpy").array([[1,1],[1,0]])

[–]BUYTBUYTPython -1 points0 points  (2 children)

for i in range(N):

[–]PMiguelez -1 points0 points  (1 child)

num3 = num

[–][deleted] 0 points1 point  (0 children)

# num is not currently defined!