Py01-1

Py01-1

10th Grade

10 Qs

quiz-placeholder

Similar activities

EV3 基本常識測驗(一)

EV3 基本常識測驗(一)

5th Grade - University

10 Qs

2223_S4_ICT_1stExam_MCQ_Ex1

2223_S4_ICT_1stExam_MCQ_Ex1

9th - 12th Grade

11 Qs

二進制與十進制轉換測試

二進制與十進制轉換測試

9th Grade - University

10 Qs

算法設計 - 數據類型/布爾算式/偽代碼/流程圖

算法設計 - 數據類型/布爾算式/偽代碼/流程圖

9th - 12th Grade

12 Qs

All Hands Meeting_July

All Hands Meeting_July

1st - 10th Grade

11 Qs

A1資訊處理:2.2數據控制

A1資訊處理:2.2數據控制

9th - 12th Grade

12 Qs

2223_S4_ICT_T2_exam_exercise_41-50

2223_S4_ICT_T2_exam_exercise_41-50

9th - 12th Grade

10 Qs

113 3-1個資安全你我他

113 3-1個資安全你我他

5th Grade - University

10 Qs

Py01-1

Py01-1

Assessment

Quiz

Computers

10th Grade

Hard

Created by

鄭 傑

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

下列程式輸出為何?

print("Hello Python")

"Hello Python"

Hello Python

("Hello Python")

print("Hello Python")

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

要讀取使用者輸入的文字,要使用下列何種函式?

input()

output()

print()

input(input())

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

在print資料時,要以什麼標點符號區隔文字與變數?

逗號

空格

雙引號

括號

4.

MULTIPLE SELECT QUESTION

1 min • 1 pt

下列哪些為字串與變數的差別?

字串要用雙引號包起來,變數不用

字串為固定數值,變數可隨著程式執行改變

變數可以存放字串

變數可以做數學運算,字串不行

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

下列何種方式可以將讀取到的整數,存放在變數num裡

num = input()

num = int(input())

input() = num

int(input()) = num

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

何者為Python中除法的運算符號?

÷

/

\

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

下方程式輸出為何?

BMI = 25

print("BMI為",BMI)

BMI為 25

BMI為25

BMI = 25

無法執行

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?