#29940: python 能使用f字串


aa0982590040@gmail.com (kk_andy)


print(f"要打的文字{變數}") -> print(f"hello, {變數}")

f字串使用時裡面的格式都會完全一樣輸出