Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

FIx list comprehension square value of Pythonic_Code_For_Coding_Test.md#6

Open
dlams wants to merge 1 commit into
VSFe:mainVSFe/Algorithm_Study:mainfrom
dlams:maindlams/Algorithm_Study:mainCopy head branch name to clipboard
Open

FIx list comprehension square value of Pythonic_Code_For_Coding_Test.md#6
dlams wants to merge 1 commit into
VSFe:mainVSFe/Algorithm_Study:mainfrom
dlams:maindlams/Algorithm_Study:mainCopy head branch name to clipboard

Conversation

@dlams
Copy link
Copy Markdown

@dlams dlams commented Dec 15, 2022

지능형 리스트 예제 부분에 결과가 다르게 표현된 것을 수정하였습니다

# [[1, 4, 9], [1, 4, 9], [1, 4, 9]]

to

# [[0, 1, 4], [0, 1, 4], [0, 1, 4]]

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.

1 participant

Morty Proxy This is a proxified and sanitized view of the page, visit original site.