num = 10 str = "string" print('Hello, Lua') result = num / str -- Error: attempt to div a 'number' with a 'string' print('here will not show ...
確定! 回上一頁