Python 營隊

Python 營隊

6th - 8th Grade

16 Qs

quiz-placeholder

Similar activities

Grade 7 Python

Grade 7 Python

7th Grade

20 Qs

Python Introduction Quiz

Python Introduction Quiz

8th - 9th Grade

12 Qs

Python Basics

Python Basics

6th - 7th Grade

15 Qs

七上CH1-電腦的輸入與輸出

七上CH1-電腦的輸入與輸出

7th Grade

16 Qs

國二上期末小考

國二上期末小考

8th Grade

15 Qs

111學年度-資訊科技對我們的影響

111學年度-資訊科技對我們的影響

7th Grade

20 Qs

計時器概念

計時器概念

8th Grade

15 Qs

Introduction to Python programming

Introduction to Python programming

6th - 8th Grade

20 Qs

Python 營隊

Python 營隊

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

講師 B

Used 9+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

輸出 要使用哪個程式?

print()

input()

int()

str()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

輸入 要用哪個程式?

print()

input()

int()

str()

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

以下變數設定哪一個是錯誤的?

a=12

b="apple"

a=23

b=a

a=b

b=123

A=12

a=A

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

以下變數設定哪一個是錯誤的?

a="蘋果"

a=apple

a=123

a="123"

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

下哪一個 不是 設定變數名稱時的規定

一定只能小寫

不能有中文

不能使用保留字

for while if ...

不能有符號(除了底線)

+ - * /

Answer explanation

大小寫會不一樣不代表不能用大寫!

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

以下哪一個輸出是正確的?

print(apple)

print 12

print("123")

Print(23)

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

以下何者是正確的輸入方式?

a="請輸入:"

Input("請輸入:")

a=input(請輸入:)

a=input("請輸入:")

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?