
3주차 파이썬 퀴즈
Quiz
•
Computers
•
9th - 12th Grade
•
Medium
이은미 이은미
Used 1+ times
FREE Resource
Enhance your content
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
아래 코드의 결과는 무엇인가요?
text = 'abcdefg'
print ( text [ 3 ] )
d
abc
c
efg
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
아래 코드의 결과는 무엇인가요?
text = 'abcdefg'
print ( text [ -2 ] )
b
ab
fg
f
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
다음 코드의 실행 결과로 알맞은 것은?
number = [ 21, 32, 13, 4, 15, 56, 47, 78 ]
print ( number [ 0 : 6 : 2 ] )
[21, 13, 15]
[21, 32, 13, 4, 15]
[32, 13, 4, 15, 56 ]
[21, 13]
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
'20180311Rainy' 와 같이 날짜와 날씨의 데이터가 있어요.
날씨만 따로 출력하려면?
info = '20180311Rainy'
weather = ________
print ( weather )
info[ 8 : ]
info[ 8 : 12 ]
info[ 9 : ]
info[ 9 : 13 ]
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
다음 코드의 실행 결과는?
a = range ( 1, 11, 1 )
print ( a )
range(1, 10)
range(1, 11)
[1,2,3,4,5,6,7,8,9,10]
[1,2,3,4,5,6,7,8,9,10,11]
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
다음 코드의 실행 결과는?
height = range(140, 180, 10 )
print( list(height) )
[140,150,160,170,180]
140,150,160,170,180
[140,150,160,170]
140,150,160,170
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
아래 코드의 실행 결과는?
a = [1, 2, 3]
b = [1, 2, 3]
print( a == b )
False
a=b
True
[1, 2, 3]
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple

Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
15 questions
Cyber Security KS4
Quiz
•
8th - 12th Grade
10 questions
MIL Reviewer 2 - DepEd Common
Quiz
•
12th Grade
11 questions
for loop level1
Quiz
•
10th Grade
15 questions
Вспомним Python
Quiz
•
9th Grade
15 questions
G8 Practice PC
Quiz
•
12th Grade
10 questions
Bài 17. Biến và lệnh gán
Quiz
•
10th Grade
13 questions
WJEC GCSE ICT Unit 1 E-Mail
Quiz
•
9th - 10th Grade
15 questions
Programozás I.
Quiz
•
9th Grade
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
20 questions
ELA Advisory Review
Quiz
•
7th Grade
15 questions
Subtracting Integers
Quiz
•
7th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade
30 questions
Computer Terminology Exercise #1 ( Fill Ins)
Quiz
•
9th Grade
15 questions
MLA Formatting
Quiz
•
9th Grade
20 questions
Typing Practice
Quiz
•
7th - 12th Grade
14 questions
Inputs and Outputs: Computer Science Intro
Lesson
•
5th - 9th Grade
20 questions
Google Sheets Quiz
Quiz
•
9th Grade