Implemented else blocks
This commit is contained in:
parent
5abe8acc70
commit
323952f4bc
17 changed files with 118 additions and 25 deletions
|
@ -1,7 +1,7 @@
|
|||
import sys
|
||||
import log
|
||||
|
||||
main() {
|
||||
sys.exit(factorial(5))
|
||||
log.number(factorial(5))
|
||||
}
|
||||
|
||||
factorial(x) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue