MASのページ別館
トップ
Pythonで書く
printで改行しない
作成日:
2023-07-01
printで改行しない
print()のend引数に空文字を指定します。
value = "abcde" print(value, end="")