s1 = "Python" s2 = "Python" s3 = "Java" print(s1 == s2) print(s1 == s3). Output: True False. Here we can see that s1 is equal to another ...
確定! 回上一頁