What does / do in Python?, Integer division, Normal division (returns decimal), Remainder, Power, What does // do?, Normal division, Returns decimal, Integer (floor) division, Multiplication, What is the result of: 10 // 3, 3, 3.33, 4, 1, What does % do?, Division, Multiplication, Remainder of division, Power, What is the result of: 10 % 3, 3, 1, 0, 10, What does * do?, Division, Multiply values, Power, Compare values, What does ** do?, Multiply twice, Divide, Square root, Divide twice, What is the result of: 2 ** 3, 6, 8, 9, 5, What does & do in Python?, Logical AND, Bitwise AND, Multiply, Compare, Which symbol is used for logical AND in Python?, &&, &, and, AND, What happens if you use && in Python?, Works normally, Syntax error, Returns False, Acts like AND, What is the result of: True and False, True, False, Error, 0, What type is: 10, float, string, integer, Boolean, What type is: 10.5, float, string, integer, Boolean, What type is: "Hallo", float, string, integer, Boolean, What type is: True, float, string, integer, Boolean, What is the result type of: 5 / 2, float, string, integer, Boolean, What is the result type of: 5 // 2, float, string, integer, Boolean, What is the result type of: "5" + "2", float, string, integer, Boolean, What is the result type of: 5 + 2.0, float, string, integer, Boolean, What is a Boolean value?, "True", TRUE, True, 1, What is the result of: 3 * "Hi", Error, Hi3, 6, HiHiHi, What is the result of: 10 % 4, 2, 4, 6, 0, What is the result of: 2 ** 0, 0, 1, 2, Error, What type is Output: false?, integer, float, string, Boolean.
0%
Python Coding Introduction (Operators & Data Types)
แชร์
แชร์
แชร์
โดย
Emileltl
แก้ไขเนื้อหา
สั่งพิมพ์
ฝัง
เพิ่มเติม
กำหนด
ลีดเดอร์บอร์ด
แสดงเพิ่มขึ้น
แสดงน้อยลง
ลีดเดอร์บอร์ดนี้ตอนนี้เป็นส่วนตัว คลิก
แชร์
เพื่อทำให้เป็นสาธารณะ
ลีดเดอร์บอร์ดนี้ถูกปิดใช้งานโดยเจ้าของทรัพยากร
ลีดเดอร์บอร์ดนี้ถูกปิดใช้งานเนื่องจากตัวเลือกของคุณแตกต่างสำหรับเจ้าของทรัพยากร
แปลงกลับตัวเลือก
เกมตอบคำถาม
เป็นแม่แบบแบบเปิดที่ไม่ได้สร้างคะแนนสำหรับลีดเดอร์บอร์ด
ต้องลงชื่อเข้าใช้
สไตล์ภาพ
แบบ อักษร
ต้องสมัครสมาชิก
ตัวเลือก
สลับแม่แบบ
แสดงทั้งหมด
รูปแบบเพิ่มเติมจะปรากฏเมื่อคุณเล่นกิจกรรม
)
เปิดผลลัพธ์
คัดลอกลิงค์
คิวอาร์โค้ด
ลบ
คืนค่าการบันทึกอัตโนมัติ:
ใช่ไหม