มาดูหลากหลายเทคนิคในการเขียนโปรแกรมแสดงค่า googol (1 ตามด้วยเลข 0 อีก 100 ตัว) ไม่ว่าจะเป็น
00:51 การใช้ตัวดำเนินการ (operator) * เพื่อทำซ้ำตัวสตริงที่กำหนดตามจำนวนครั้งที่ต้องการ
01:57 การใช้ string.format
02:40 การใช้ f-string สำหรับไพธอน 3.6 ขึ้นไป
05:18 การเขียนฟังก์ชันสำหรับทำซ้ำตัวสตริงตามจำนวนครั้งที่ต้องการ ด้วย for loop
ดาวน์โหลดโค้ดได้ที่ ► http://bit.ly/2mw8vEH
เชิญสมัครเป็นสมาชิกของช่องนี้ได้ที่ ► https://www.youtube.com/subscription_center?add_user=prasertcbs
playlist สอนภาษา Python ► https://www.youtube.com/playlist?list=PLoTScYm9O0GH4YQs9t4tf2RIYolHt_YwW
playlist สอนภาษาไพธอน Python OOP ► https://www.youtube.com/playlist?list=PLoTScYm9O0GEIZzlTKPUiOqkewkWmwadW
playlist สอน Python 3 GUI ► https://www.youtube.com/playlist?list=PLoTScYm9O0GFB1Y3cCmb9aPD5xRB1T11y
playlist สอนภาษา C เบื้องต้น ► https://www.youtube.com/playlist?list=PLoTScYm9O0GHHgz0S1tSyIl7vkG0y105z
playlist สอนภาษา C++ ► https://www.youtube.com/playlist?list=PLoTScYm9O0GEfZwqM2KyCBcPTVsc6cU_i
playlist สอนภาษา C# ► https://www.youtube.com/playlist?list=PLoTScYm9O0GE4trr-XPozJRwaY7V9hx8K
playlist สอนภาษา Java ► https://www.youtube.com/playlist?list=PLoTScYm9O0GF26yW0zVc2rzjkygafsILN
playlist สอนภาษา PHP เบื้องต้น ► https://www.youtube.com/playlist?list=PLoTScYm9O0GH_6LARFxozL_viEsXV2wgO
playlist สอนภาษา R เบื้องต้น ► https://www.youtube.com/playlist?list=PLoTScYm9O0GF6qjrRuZFSHdnBXD2KVICp
「f-string python」的推薦目錄:
- 關於f-string python 在 prasertcbs Youtube 的最佳解答
- 關於f-string python 在 [問題] python3.6版本的f string - 看板Python - 批踢踢實業坊 的評價
- 關於f-string python 在 is f"{expr=}" a new f-string expression (see equal sign before ... 的評價
- 關於f-string python 在 如何漂亮地格式化你的字串 - Andrew Li 的評價
- 關於f-string python 在 String Formatting in Python.ipynb - Colaboratory 的評價
- 關於f-string python 在 MichaelKim0407/flake8-use-fstring - GitHub 的評價
- 關於f-string python 在 Are there any Security Concerns to using Python F Strings ... 的評價
f-string python 在 is f"{expr=}" a new f-string expression (see equal sign before ... 的推薦與評價
... <看更多>
f-string python 在 如何漂亮地格式化你的字串 - Andrew Li 的推薦與評價
How to format your string? ... C-style; str.format(); f-strings ... printf-style String Formatting 類似C 語言的 printf() 使用 % 的符號作為字 ... ... <看更多>
f-string python 在 [問題] python3.6版本的f string - 看板Python - 批踢踢實業坊 的推薦與評價
小弟我的環境是3.5,看到3.6版本新加的 f strings
覺得還滿不錯用的,可是在3.5的環境中無法通過
下面是官網的說明
https://www.python.org/dev/peps/pep-0498/#examples-from-python-s-source-code
我知道有 from__future__的方法,但是在這邊我不知道該怎麼用
想請問如何解決
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 140.112.253.33
※ 文章網址: https://www.ptt.cc/bbs/Python/M.1502480390.A.B31.html
... <看更多>