파이썬 1차시 복습

파이썬 1차시 복습

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Python - тест

Python - тест

1st - 12th Grade

15 Qs

Python Casting and Input

Python Casting and Input

8th - 11th Grade

15 Qs

PF Unit  10

PF Unit 10

9th Grade - University

10 Qs

2024-1 프로그래밍

2024-1 프로그래밍

11th Grade - University

12 Qs

Python Math

Python Math

1st - 12th Grade

10 Qs

list in python

list in python

10th - 12th Grade

15 Qs

Python

Python

9th Grade

15 Qs

Python Variables

Python Variables

7th - 12th Grade

10 Qs

파이썬 1차시 복습

파이썬 1차시 복습

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

이은미 이은미

Used 10+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • Ungraded

1. 다음을 출력하면?

print(3)

3

'3'

"3"

33

2.

MULTIPLE CHOICE QUESTION

20 sec • Ungraded

2. 다음을 실행하면?

print( 2*4 )

6

8

16

64

3.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

3. 아래 코드의 결과는 무엇인가요?

print ( 8 % 3 )

print ( 8 // 3 )

print ( 8 ** 3 )

2

2

24

2

1

512

2

2

24

2

2

512

4.

MULTIPLE CHOICE QUESTION

10 sec • Ungraded

다음 중 파이썬에서 문자열로 인식하지 못하는 것은?

'hello'

'***'

sum

"13"

5.

MULTIPLE CHOICE QUESTION

20 sec • Ungraded

다음을 출력하면 어떤 데이터 타입입니까?

print (24.0)

정수형

실수형

문자열형

복소수

6.

MULTIPLE CHOICE QUESTION

20 sec • Ungraded

다음을 출력하면 어떤 데이터 타입입니까?

print( '3.14' )

integer

float

string

complex

7.

MULTIPLE CHOICE QUESTION

20 sec • Ungraded

다음을 출력하면?

print( "소" + "확" + "행" )

소 확 행

소확행

"소확행"

오류난다.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?