Python 營隊

Python 營隊

6th - 8th Grade

16 Qs

quiz-placeholder

Similar activities

眼睛保護與數位禮儀(期末測驗)

眼睛保護與數位禮儀(期末測驗)

5th - 9th Grade

12 Qs

108期末資訊教育段考

108期末資訊教育段考

7th Grade

20 Qs

排序法複習

排序法複習

7th - 9th Grade

13 Qs

29/11 Exam Revision

29/11 Exam Revision

8th Grade

20 Qs

認識micro:bit

認識micro:bit

3rd - 6th Grade

13 Qs

運算思維二

運算思維二

8th Grade

15 Qs

2021八年級資訊複習大作戰

2021八年級資訊複習大作戰

8th Grade

19 Qs

自走車測驗

自走車測驗

6th Grade

16 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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?