파이썬 match case

1 개요[ | ]

파이썬 match case
s = 'world'
match s:
  case 'hello':
    print('hello hello')
  case 'world':
    print('hello world')


2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}