Skip to main content
Commonmark migration
Source Link

#Python 3, matsjoyce

Python 3, matsjoyce

a,c,n=1,1,int(input()) while n-1: #c+=1 ##########list(map(c.__mod__,range(2,46))).count(0): a,c=a+c,a n-=1 print(c) 

The Fibonacci program was strangely already in there...only needed 5 edits to get it.

#Python 3, matsjoyce

a,c,n=1,1,int(input()) while n-1: #c+=1 ##########list(map(c.__mod__,range(2,46))).count(0): a,c=a+c,a n-=1 print(c) 

The Fibonacci program was strangely already in there...only needed 5 edits to get it.

Python 3, matsjoyce

a,c,n=1,1,int(input()) while n-1: #c+=1 ##########list(map(c.__mod__,range(2,46))).count(0): a,c=a+c,a n-=1 print(c) 

The Fibonacci program was strangely already in there...only needed 5 edits to get it.

replaced http://codegolf.stackexchange.com/ with https://codegolf.stackexchange.com/
Source Link

#Python 3, matsjoycePython 3, matsjoyce

a,c,n=1,1,int(input()) while n-1: #c+=1 ##########list(map(c.__mod__,range(2,46))).count(0): a,c=a+c,a n-=1 print(c) 

The Fibonacci program was strangely already in there...only needed 5 edits to get it.

#Python 3, matsjoyce

a,c,n=1,1,int(input()) while n-1: #c+=1 ##########list(map(c.__mod__,range(2,46))).count(0): a,c=a+c,a n-=1 print(c) 

The Fibonacci program was strangely already in there...only needed 5 edits to get it.

#Python 3, matsjoyce

a,c,n=1,1,int(input()) while n-1: #c+=1 ##########list(map(c.__mod__,range(2,46))).count(0): a,c=a+c,a n-=1 print(c) 

The Fibonacci program was strangely already in there...only needed 5 edits to get it.

Source Link
feersum
  • 31.8k
  • 10
  • 66
  • 125

#Python 3, matsjoyce

a,c,n=1,1,int(input()) while n-1: #c+=1 ##########list(map(c.__mod__,range(2,46))).count(0): a,c=a+c,a n-=1 print(c) 

The Fibonacci program was strangely already in there...only needed 5 edits to get it.