Python Output Challenge ?
Thomas Kurian@ThomasKurianOrg·3 Tem@PythonPr incorrect password Explanation: "123" is a string whereas 123 is an integer.Çevir English005152
Derek Boyer@hathreldb·3 Tem@PythonPr incorrect password, different types at comparison timeÇevir English003259
Letstalktradewithrod (Ø,G)@rodexchangefx·3 Tem@PythonPr Incorrect password. "123" and 123 are different because the first one is a string and the other is an integerÇevir English003123
Proxy@gmdproxy·3 Tem@PythonPr "incorrect password" cause the password variable is a string while the if statement is checking for an integer with the value 123Çevir English002232