Implemented else blocks

This commit is contained in:
Eduard Urbach 2024-07-30 16:36:33 +02:00
parent 5abe8acc70
commit 323952f4bc
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
17 changed files with 118 additions and 25 deletions

View file

@ -1,7 +1,7 @@
import sys
import log
main() {
sys.exit(fibonacci(10))
log.number(fibonacci(10))
}
fibonacci(x) {