Skip to content

Fix bug with parse.py#29

Merged
Filimoa merged 1 commit intoFilimoa:mainfrom
mashihua:patch-1
Apr 24, 2024
Merged

Fix bug with parse.py#29
Filimoa merged 1 commit intoFilimoa:mainfrom
mashihua:patch-1

Conversation

@mashihua
Copy link
Contributor

Fix bug with #28

Copy link
Owner

@Filimoa Filimoa left a comment

Choose a reason for hiding this comment

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

Lgtm!

@Filimoa
Copy link
Owner

Filimoa commented Apr 23, 2024

Minor request but could adjust your solution so it passes the failing test

Standard markdown is formatted with spaces to make it slightly more readable

| Year | Revenue | Expenses |
|---|---|---|
| 2022 | 100,000 | 50,000 |
| 2021 | 90,000 | 45,000 |

Your solutions outputs

|Year|Revenue|Expenses |
|---|---|---|
| 2022 | 100,000 | 50,000 |
| 2021 | 90,000 | 45,000 |

Filimoa added a commit that referenced this pull request Apr 24, 2024
#29 [minor tweak to mashihua's branch]
@Filimoa Filimoa merged commit f1b16d8 into Filimoa:main Apr 24, 2024
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.

2 participants