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.

Python Coding Introduction (Operators & Data Types)

על ידי

לוח תוצאות מובילות

סגנון חזותי

אפשרויות

החלף תבנית

)
האם לשחזר את הנתונים שנשמרו באופן אוטומטי: ?