Incompatible types in assignment (expression has type "str", variable has type "int")
List item 1 has incompatible type "int"; expected "str"
List item 2 has incompatible type "float"; expected "str"
Argument 1 to "append" of "list" has incompatible type "bytes"; expected "str"