Skip to content
PingpingPapa edited this page Feb 18, 2022 · 3 revisions

input()

lst = list(map(int, input().split()))

readline()

import sys
sys.stdin.readline().rstrip()

합치기

input = sys.stdin.readline
n = input()

이렇게 쓸 수 있다.

Home

Home

Python Basic
a
Library

bc

Algorithm
b
Clone this wiki locally