Skip to content

Create lister.py#4

Open
bella0413 wants to merge 1 commit intowit-korea:masterfrom
bella0413:master
Open

Create lister.py#4
bella0413 wants to merge 1 commit intowit-korea:masterfrom
bella0413:master

Conversation

@bella0413
Copy link

과제3

@bella0413
Copy link
Author

Copy link

@sinwoobang sinwoobang left a comment

Choose a reason for hiding this comment

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

안녕하세요, 실행 확인했습니다.
코딩 스타일은 과제 범위가 아닌 걸로 알고 있는데 첨언 차원에서 리뷰해드렸습니다.


if length == 2:
nomal_mode()

Choose a reason for hiding this comment

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

ifelif 사이 간격이 없어야 합니다.

if 0:
    pass
elif 1:
    pass

Comment on lines +30 to +33



sampleList = random.sample(randList, len(randList))

Choose a reason for hiding this comment

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

코드 사이 간격은 한 줄 또는 두 줄이 최대여야합니다. 지금은 4줄이 있네요.

Choose a reason for hiding this comment

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

변수명은 언더스코어(_) 기반 소문자가 되어야합니다. PEP8을 참조해주세요.

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