Skip to content

Conversation

@Mahir-G
Copy link
Contributor

@Mahir-G Mahir-G commented Oct 11, 2018

Resolve issue #41

Copy link
Contributor

@sagar-kalra sagar-kalra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the significance of 2nd commit?

else:
for i in range(1,num + 1):
factorial = factorial*i
print("The factorial of",num,"is",factorial)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

space after ","

# Python program to find the factorial of a number provided by the user.

# change the value for a different result
num = 7
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove hard coded num

@Mahir-G
Copy link
Contributor Author

Mahir-G commented Oct 14, 2018

kindly review it now.

Copy link
Contributor

@divyam3897 divyam3897 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Program is to be added in language folder not programs/

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

Successfully merging this pull request may close these issues.

3 participants