A boolean is either true or false . truth = true. Booleans can be converted to a string or to a number: bool_var = true string_var = bool_var.to_string() ...
確定! 回上一頁