如何利用Python拼接两个字符串
时间: 2023-12-29 12:02:42 浏览: 57
python实现字符串和数字拼接
要判断两个字符串是否相等,可以使用 == 运算符。例如:
```
s1 = 'hello'
s2 = 'world'
if s1 == s2:
print('s1 和 s2 相等')
else:
print('s1 和 s2 不相等')
```
在此例中,s1 和 s2 不相等,因此输出结果为 's1 和 s2 不相等'。
阅读全文
python实现字符串和数字拼接