Skip to content

Commit 8a815d0

Browse files
authored
Update convert-roman-numerals-with-python.mdx
1 parent e72f0e3 commit 8a815d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/convert-roman-numerals-with-python/convert-roman-numerals-with-python.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Now that we have the user submitting input, let's define a `roman_to_int()` func
5858

5959
```py
6060
def roman_to_int(numeral):
61+
# More code here
6162
```
6263

6364
In the function definition, we are specifying a `numeral` parameter that is a string of the Roman numeral we want to convert.

0 commit comments

Comments
 (0)