【Python 练习实例84】连接字符串。 a = 'abcde' b = 'fghi' print(a+b) 123 a = 'abcde'b = 'fghi'print(a+b) 输出: abcdefghi 1 abcdefghi 喜欢 (1)赏分享 (0)