# def factorial(n):
# num = 1
# for i in range(1, n+1):
# num *= i
# return num
#
# a, b = map(int, input().split())
#
#
# print(factorial(a)//(factorial(b) * factorial(a-b)))
#
# class Calculator:
# def __init__(self, n, r):
# self.n = n
# self.r = r
#
# def factorial(self, n):
# num = 1
# for i in range(1, n+1):
# num *= i
# return num
#
# def div(self):
# var = 1
# for i in range((self.n+1)-self.r, self.n+1):
# var *= i
# return var
#
# a, b = map(int, input().split())
#
# test = Calculator(a, b)
# print(test.div()//test.factorial(b))
# from playwright.sync_api import sync_playwright
#
# with sync_playwright() as p:
# browser = p.chromium.launch(headless=False)
# page = browser.new_page()
# page.goto("https://discord.com/")
# page.click("#app-mount > div > div > div.grid-3Ykf_K.heroBackground-3m0TRU > div.row-3wW-Fx.heroContainer-3j1eQg > div > div.ctaContainer-3vWJHU > button")
# page.type('input[type="text"]', "Test Accounn\n")
# a = page.query_selector('//*[@id="checkbox"]')
# a.click()
# page.wait_for_timeout(52000)
# browser.close()
# class count:
# def __init__(self, n):
# self.bowl = n
# self.countNum = 0
# self.f = 0
# self.li = []
#
# def bowlList(self):
# for i in range(len(bowl)):
# self.li.append(bowl[i])
#
# def countBowl(self):
# self.countNum += 10
# self.bowlList()
#
# for i in range(len(self.li)):
#
# if (i+1) == len(self.li):
# return self.countNum
#
# if self.li[i] == self.li[i+1]:
# self.countNum += 5
# else:
# self.countNum += 10
#
# bowl = input()
# a = count(bowl)
#
# print(a.countBowl())
# one = {4:0,5:1,6:2,7:3,8:4,9:5,0:6,1:7,2:8,3:9}
# ten = {4:"A",5:"B",6:"C",7:"D",8:"E",9:"F",10:"G",11:"H",0:"I",1:"J",2:"K",3:"L"}
# a = input()
#
# year = ten.get(int(a)%12)+str(one.get(int(a[3])))
# print(year)
top of page
기능을 테스트하려면 라이브 사이트로 이동하세요.
211218
211218
댓글 0개
좋아요
댓글(0)
bottom of page