Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo: Decorator exercise example has a typo: factorial(5) : 60 #106

Open
giyoon21c opened this issue May 23, 2021 · 1 comment
Open

Typo: Decorator exercise example has a typo: factorial(5) : 60 #106

giyoon21c opened this issue May 23, 2021 · 1 comment

Comments

@giyoon21c
Copy link

current:
factorial(5) : 60

expected:
factorial(5) : 120

@giyoon21c
Copy link
Author

giyoon21c commented May 23, 2021

$ bc
bc 1.06
Copyright 1991-1994, 1997, 1998, 2000 Free Software Foundation, Inc.
This is free software with ABSOLUTELY NO WARRANTY.
For details type `warranty'.
5 * 4 * 3 * 2 * 1
120

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant