
파이썬 1차시 복습
Authored by 이은미 이은미
Computers
9th - 12th Grade
Used 10+ times

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
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( "소" + "확" + "행" )
소 확 행
소확행
"소확행"
오류난다.
Access all questions and much more by creating a free account
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
Already have an account?