Search Header Logo

[1회차] 파이썬 프로그래밍

Authored by 정윤지 정윤지

Education

Vocational training

Used 12+ times

[1회차] 파이썬 프로그래밍
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

파이썬에서 `int("10") + int("5")`의 결과는?

"105"

15

TypeError
['10', '5']

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

다음 중 불리언(Boolean) 자료형이 *아닌* 것은?

True
False
0
bool()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

`for x in range(3): print(x)` 의 출력 결과로 올바른 것은?

0

1

2

0 1 2 3

0 1 2

None

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

`input()` 함수에 대한 설명으로 옳은 것은?

표준 출력에 문자열을 표시한다.
*항상* 정수형으로 변환한다.
문자열로 반환한다.
파일에서 데이터를 읽어 온다.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

다음 코드의 결과는?
a = [1, 2]; b = a
b.append(3)
print(a)

[1, 2]
[1, 2, 3]
[3]
Error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

`lambda x, y: x + y` 는 무엇을 생성하는가?

클래스
익명 함수 객체
데코레이터
제너레이터

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

리스트 내포의 장점이 *아닌* 것은?

코드 간결성
실행 속도 향상
가독성 향상
전역 변수 생성 방지

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?