これら 2 つの書式設定された文字列を水平方向に連結する方法はありますか? a + b を試しましたが、垂直方向に連結された文字列があります。
これは、フォーマットされた文字列のスクリーン ショットです。
a = '''
__
( )
)(
(__)
'''
b = '''
____
( __)
) _)
(__)
'''
print(a+b) #I don't need this I need horizontal way of concatenation