Which keyword starts a function in Python?, def, function, In this function header, what is answer? def check_answer(answer):, a loop, a parameter, Which line correctly calls this function? def show_message(message):, def show_message("Hello"), show_message("Hello"), What does a parameter do?, It lets a function receive a value, It always prints a list, Which function header is correct?, def check_answer(answer):, def check_answer answer:, Which line checks whether answer is equal to "B"?, if answer = "B":, if answer == "B":, What is wrong with this line? def check_answer(answer), It is missing a list, It is missing a colon, What will this function call print? check_answer("B") when "B" is the correct answer., Correct, Try again, Why is indentation important inside a function?, It shows which code belongs inside the function, It changes text into numbers, What is the main benefit of using a function?, You never need variables, You can reuse code.
0%
Python Functions Quiz
แชร์
แชร์
แชร์
โดย
Paullivesey
แก้ไขเนื้อหา
สั่งพิมพ์
ฝัง
เพิ่มเติม
กำหนด
ลีดเดอร์บอร์ด
แสดงเพิ่มขึ้น
แสดงน้อยลง
ลีดเดอร์บอร์ดนี้ตอนนี้เป็นส่วนตัว คลิก
แชร์
เพื่อทำให้เป็นสาธารณะ
ลีดเดอร์บอร์ดนี้ถูกปิดใช้งานโดยเจ้าของทรัพยากร
ลีดเดอร์บอร์ดนี้ถูกปิดใช้งานเนื่องจากตัวเลือกของคุณแตกต่างสำหรับเจ้าของทรัพยากร
แปลงกลับตัวเลือก
เปิดกล่อง
เป็นแม่แบบแบบเปิดที่ไม่ได้สร้างคะแนนสำหรับลีดเดอร์บอร์ด
ต้องลงชื่อเข้าใช้
สไตล์ภาพ
แบบ อักษร
ต้องสมัครสมาชิก
ตัวเลือก
AI Enhanced: กิจกรรมนี้มีเนื้อหาที่สร้างโดย AI
ศึกษาเพิ่มเติม
สลับแม่แบบ
แสดงทั้งหมด
รูปแบบเพิ่มเติมจะปรากฏเมื่อคุณเล่นกิจกรรม
)
เปิดผลลัพธ์
คัดลอกลิงค์
คิวอาร์โค้ด
ลบ
คืนค่าการบันทึกอัตโนมัติ:
ใช่ไหม