Ios swift – Binary operator '+' cannot be applied to two 'String?' operands
Hey my code doesnt work it shows problem like this let password = alphabet.randomElement() + alphabet.randomElement() print(password) I am a little begginer of swift and I dont know how to fix it I am searching on the interenet and I…