We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb79c57 commit c99c263Copy full SHA for c99c263
anwers/lvl_1/level_1.py renamed to anwers/lvl_1/question_1.py
anwers/lvl_1/question_2.py
@@ -0,0 +1,10 @@
1
+# Question:
2
+# Write a program which can compute the factorial of a given numbers.
3
+# The results should be printed in a comma-separated sequence on a single line.
4
+# Suppose the following input is supplied to the program:
5
+# 8
6
+# Then, the output should be:
7
+# 40320
8
+
9
+# Hints:
10
+# In case of input data being supplied to the question, it should be assumed to be a console input.
0 commit comments