Fibonacci function in Python
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-07-05.)
Fibonacci function in Python has 18 facts recorded in Dontopedia across 2 references, with 3 live disagreements.
Mostly:rdf:type(2), invokes function(2), initial value(2)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (2)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
calledFunctionCalled Function(1)
- Fibonacci Call
ex:fibonacci-call
presupposesUserInterestPresupposes User Interest(1)
- Omega Bot
ex:omega-bot
Other facts (17)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
| Predicate | Value | Ref |
|---|---|---|
| Rdf:type | Source Code | [1] |
| Rdf:type | Code | [2] |
| Invokes Function | Fibonacci Function | [1] |
| Invokes Function | Print Function | [1] |
| Initial Value | 0 | [2] |
| Initial Value | 1 | [2] |
| Programming Language | python | [1] |
| Code Content | def fibonacci(n): if n <= 0: return [] elif n == 1: return [0] fib = [0, 1] while len(fib) < n: fib.append(fib[-1] + fib[-2]) return fib result = fibonacci(10) print(result) | [1] |
| Defines Function | Fibonacci Function | [1] |
| Language | python | [2] |
| Function Name | fibonacci | [2] |
| Parameter Name | n | [2] |
| Initializes | fib_sequence list | [2] |
| Uses Loop | while loop | [2] |
| Loop Condition | len(fib_sequence) < n | [2] |
| Append Operation | fib_sequence[-1] + fib_sequence[-2] | [2] |
| Returns | fib_sequence | [2] |
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (2)
ctx:discord/blah/omega/87- full textomega-87text/plain3 KB
doc:agent/omega-87/441c8936-2ec4-45e4-92ac-a4f1e0c0c48fShow excerpt
[2025-11-15 16:19] omega [bot]: **🔧 Tool 2/2: tellJoke** **Arguments:** ```json { "category": "puns" } ``` **Result:** ```json { "joke": "What do you call a dinosaur with an extensive vocabulary?\n\nA thesaurus!", "category": "puns",…
ctx:claims/document/035dc17e-c9f9-4621-9125-f9273fbd3fb1
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.