파이썬복습퀴즈

파이썬복습퀴즈

6th - 8th Grade

15 Qs

quiz-placeholder

Similar activities

ÔN TẬP HỌC KỲ 2 - TIN HỌC 8

ÔN TẬP HỌC KỲ 2 - TIN HỌC 8

8th Grade

20 Qs

Quiz sobre Software

Quiz sobre Software

7th Grade

15 Qs

Agentes dañinos para la computadora

Agentes dañinos para la computadora

1st - 6th Grade

17 Qs

Kiểm tra giữa kỳ 1 Tin 8

Kiểm tra giữa kỳ 1 Tin 8

8th Grade

15 Qs

More on powerpoint

More on powerpoint

6th Grade

11 Qs

bime 7B tecno

bime 7B tecno

7th Grade

20 Qs

Ôn tập Tin học 5 HKI

Ôn tập Tin học 5 HKI

4th Grade - University

20 Qs

Navegacion por internet

Navegacion por internet

2nd - 6th Grade

18 Qs

파이썬복습퀴즈

파이썬복습퀴즈

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Jiwon Hong

Used 8+ times

FREE Resource

AI

Enhance your content

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

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. 1. 다음과 같이 출력하기 위한 변수 s를 골라주세요!

  2. 여러 줄의

  3. 문자열을

  4. 출력합니다!

s = "여러 줄의

문자열을

출력합니다!"

s = '''여러 줄의

문자열을

출력합니다!'''

s = '''여러 줄의 문자열을 출력합니다!'''

s = '여러 줄의

문자열을

출력합니다!'

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

x = 10, y = 20 일 때

10 + 20 = 30

을 출력하는 코드를 골라주세요!

print(f'{x} + {y} = {x+y}')

print{{x} + {y} = {x+y}}

print(x + y = (x+y))

print('x + y = {x+y}')

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

정답이 8인 것을 모두 골라주세요!

2 ** 3

24 % 3

17 // 2

58 / 7

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

x, y = input('변수 두 개를 입력하세요 : ').split()

변수 두 개를 입력하세요 : 10 20

x + y의 값으로 옳은 것을 골라주세요!

30

10 + 20

1020

5.

MULTIPLE SELECT QUESTION

1 min • 1 pt

x = 15, y = 25 일 때,

다음 중 True인 것을 모두 골라주세요

x > y or x == y

x != y and x+y=30

x < y and x==15

not x == y

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

여러 개의 변수를 한 번에 입력 받을 때 사용하는 함수는?

x, y = ___(int, input('두 개의 값을 입력하세요 : ')).split()

다음 ___에 들어갈 함수를 입력하세요!

7.

MULTIPLE SELECT QUESTION

1 min • 1 pt

s = 'my name is python'

일 때, 'n'이 출력되는 경우를 모두 고르세요

s[4]

s[3]

s[-1]

s[16]

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?