Skip to content

Commit c99c263

Browse files
committed
renames question_1 and adds question_2
1 parent fb79c57 commit c99c263

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
File renamed without changes.

anwers/lvl_1/question_2.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)