파이썬 1차시 복습

파이썬 1차시 복습

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Conditionals Unit Quiz

Conditionals Unit Quiz

9th Grade - University

15 Qs

Python pętle while/for

Python pętle while/for

9th Grade - University

14 Qs

CodeHS Python Unit 7 Looping Quiz Review

CodeHS Python Unit 7 Looping Quiz Review

9th - 12th Grade

15 Qs

Introduction to Python

Introduction to Python

9th Grade

10 Qs

Python

Python

3rd - 10th Grade

10 Qs

PYTHON PROGRAMMING

PYTHON PROGRAMMING

11th - 12th Grade

15 Qs

Python L1 Quiz 4: Lists

Python L1 Quiz 4: Lists

1st - 12th Grade

10 Qs

파이썬 1차시 복습

파이썬 1차시 복습

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

이은미 이은미

Used 10+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?