Skip to content

Instantly share code, notes, and snippets.

View jms080809's full-sized avatar

만1성질환 jms080809

View GitHub Profile
@jms080809
jms080809 / gist:45db16e92fbe7bb67a2c44098b1f8dd0
Created November 9, 2021 23:21
nomadcoders 2021 react mersigi
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script
crossorigin
src="https://unpkg.com/react@17/umd/react.development.js"
></script>
#다른 사람들한테 이게 도움이 될까? 잘 모르겠네요 ㅋㅋ
from random import randint
n_list = []
sel_list = []
def settingList():
x = 1
while x < 46:
n_list.append({
"number":x,
"selected":False