Added Roman Numeral in Python Article#1788
Merged
jrg94 merged 3 commits intoTheRenegadeCoder:masterfrom Oct 27, 2019
rayavarapuvikram1:master
Merged
Added Roman Numeral in Python Article#1788jrg94 merged 3 commits intoTheRenegadeCoder:masterfrom rayavarapuvikram1:master
jrg94 merged 3 commits intoTheRenegadeCoder:masterfrom
rayavarapuvikram1:master
Conversation
1. Added 2019-10-27-python.md to roman-numeral-conversion directory. 2. Modified a comment in code(line 43) and converted var= var + 4 to var +=4
jrg94
requested changes
Oct 27, 2019
Member
jrg94
left a comment
There was a problem hiding this comment.
Looks pretty good! Just a copy logistics issues.
Co-Authored-By: Jeremy Grifski <jeremy.grifski@gmail.com>
Contributor
Author
|
Can it be committed now? |
Co-Authored-By: Jeremy Grifski <jeremy.grifski@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Congrats on taking the first step to contributing to the Sample Programs repository maintained by The Renegade Coder! For simplicity, please make sure that your pull request includes one and only one contribution.
Complete the Applicable Sections Below
Find which section best describes your pull request and make sure you fill it out. To start, let us know which issue you've fixed.
Code Snippets
Added/Updated <Sample Program> in <Language>formatDocumentation
Added/Updated <Sample Program> in <Language> ArticleformatTesting
Added/Updated <Language>/<Project> TestingformatNotes
Feel free to describe what you added or updated.