2022年7月17日 星期日

print()

print()

2022/07/17

-----


https://pixabay.com/zh/photos/snake-python-serpent-scales-543243/

-----

1. 不換行(預設是換行)


「end=''」[2]。

-----

2. 使用 f-string


「print(f'Hello, {var1} {var2}')」[3]。

-----

References


# print

[1] print()

https://docs.python.org/3/library/functions.html#print


# 不換行

[2] 在 Python 中無換行列印 | D棧 - Delft Stack

https://www.delftstack.com/zh-tw/howto/python/python-print-without-newline/


# 使用 f-string

[2] Python 列印變數 | D棧 - Delft Stack

https://www.delftstack.com/zh-tw/howto/python/python-print-variable/

-----

Python Machine Learning(目錄)

https://mandhistory.blogspot.com/2022/05/python.html

-----

沒有留言:

張貼留言

注意:只有此網誌的成員可以留言。