Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upper, lower 사용 #3

Open
choisaywhy opened this issue Sep 28, 2021 · 0 comments
Open

upper, lower 사용 #3

choisaywhy opened this issue Sep 28, 2021 · 0 comments

Comments

@choisaywhy
Copy link
Member

def chg_str(strr):
lower = ''
for s in strr:
if s.isupper():
s = s.lower()
lower += s
return lower

upper, lower 함수 사용 목적이 중복되는 것 같아서, 하나로 묶어도 될 것 같습니다!

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

No branches or pull requests

1 participant