Skip to content

Create fibonacci.py#106

Merged
t2013anurag merged 5 commits intohacktoberfest17:masterfrom
raghsgit:master
Oct 16, 2017
Merged

Create fibonacci.py#106
t2013anurag merged 5 commits intohacktoberfest17:masterfrom
raghsgit:master

Conversation

@raghsgit
Copy link
Copy Markdown
Contributor

fibonacci program in python

fibonacci program in python
Comment thread fibonacci/fibonacci.py Outdated
@@ -0,0 +1,9 @@
n=int(input("Enter the number of terms needed "))
a,b=0,1
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use proper spacing b/w operators and operands

raghsgit and others added 4 commits October 15, 2017 20:55
used proper spacing b/w operators and operands
hello_world programm in octave
A Hello_World Program in Octave
@t2013anurag t2013anurag merged commit f8d1410 into hacktoberfest17:master Oct 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants