Skip to content

Commit

Permalink
Update: python
Browse files Browse the repository at this point in the history
  • Loading branch information
sonah5009 committed Mar 10, 2023
1 parent 01bfda7 commit db4c4a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tmp/recur.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@

li = ["권성우","김대원","김도현","김동현","김준서","김준서","김지운","김태민","김태환","김현중","류나정","류성희","병철","신채훈","심윤보","원태연","이근서","이용하","이재혁","이지현","전수연","정일원","정주은","정주희","정철주","채서영","한주원","홍여원","황준원"]
li1 = ["유지훈", "이용하", "홍승연", "최선아"]
li2 = ["이다연", "김민성", "박정휴", "강동윤", "김혜준", "김서현", "박준명", "김진규", "박지연", "김채리", "박훈영", "이태권", "김윤정", "오치헌", "송현준", "강태영", "이시현", "김진욱", "강현서"]
li.sort
li2.sort
data =""
for i in li1:
for i in li2:
# print(
# '''
# <li>
Expand Down

0 comments on commit db4c4a2

Please sign in to comment.