From dcd382d63a052e029b417d29c8fcf00dcfe04714 Mon Sep 17 00:00:00 2001 From: fabbel <36628157+fabbel@users.noreply.github.com> Date: Sat, 22 Jan 2022 21:01:09 +0100 Subject: [PATCH] changed numbers to number --- 100+ Python challenging programming exercises for Python 3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/100+ Python challenging programming exercises for Python 3.md b/100+ Python challenging programming exercises for Python 3.md index c4ba62c4..c04eba1f 100644 --- a/100+ Python challenging programming exercises for Python 3.md +++ b/100+ Python challenging programming exercises for Python 3.md @@ -46,7 +46,7 @@ print(','.join(l)) Level 1 Question: -Write a program which can compute the factorial of a given numbers. +Write a program which can compute the factorial of a given number. The results should be printed in a comma-separated sequence on a single line. Suppose the following input is supplied to the program: 8