ทำความรู้จักกับภาษา python (16) : การสร้างฟังก์ชันโดยมี Default Value (ดีฟอลท์ เวลู่)
Moderators: mindphp, ผู้ดูแลกระดาน
- chatee supasand
- PHP VIP Members
- Posts: 1666
- Joined: 04/06/2019 10:06 am
Re: ทำความรู้จักกับภาษา python (16) : การสร้างฟังก์ชันโดยมี Default Value (ดีฟอลท์ เวลู่)
เข้าใจมากขึ้นมากๆเลยครับ

- jirawoot
- PHP VIP Members
- Posts: 3130
- Joined: 17/06/2019 10:30 am
Re: ทำความรู้จักกับภาษา python (16) : การสร้างฟังก์ชันโดยมี Default Value (ดีฟอลท์ เวลู่)
Code: Select all
def printinfo(name, age=24):
print('name =', name)
print("Age = ",age)
printinfo("python")
print('--------------')
printinfo("mindphp",30)
Code: Select all
def printinfo(name, age=24):
print('name =', name)
print("Age = ",age)
printinfo("python")
print('--------------')
printinfo("mindphp",30)
-
- Similar Topics
- Replies
- Views
- Last post
-
-
ทำความรู้จักกับภาษา python (17) : การสร้างฟังก์ชันโดยมี Keyword
by dawthana » 09/01/2017 3:12 pm » in Python Knowledge - 10 Replies
- 1227 Views
-
Last post by jirawoot
20/06/2019 3:19 pm
-
-
-
ทำความรู้จักกับภาษา python (18) : การสร้างฟังก์ชันโดยมี Variable-length (วาริเอเบิล-เล็งธ)
by dawthana » 09/01/2017 4:48 pm » in Python Knowledge - 10 Replies
- 1382 Views
-
Last post by jirawoot
20/06/2019 3:49 pm
-
-
-
ทำความรู้จักกับภาษา python (23) : การใช้ from...import (ฟอร์ม...อิมพอร์ต) ในภาษา python (ไพทอน)
by dawthana » 12/01/2017 3:24 pm » in Python Knowledge - 9 Replies
- 2498 Views
-
Last post by jirawoot
21/06/2019 10:07 am
-
-
- 8 Replies
- 2373 Views
-
Last post by bolue
09/06/2020 10:22 am
-
-
ทำความรู้จักกับภาษา python (22) : การสร้าง Module (โมดูล) ใน python (ไพทอน)
by dawthana » 12/01/2017 11:33 am » in Python Knowledge - 9 Replies
- 1853 Views
-
Last post by jirawoot
20/06/2019 6:44 pm
-
-
-
ทำความรู้จักกับภาษา python (9) : ฟังก์ชันการแปลงชนิดข้อมูลใน python (ไพทอน)
by dawthana » 29/12/2016 3:15 pm » in Python Knowledge - 7 Replies
- 4910 Views
-
Last post by chatee supasand
07/06/2019 4:09 pm
-
-
-
ทำความรู้จักกับภาษา python (1) : ความรู้เกี่ยวกับภาษา python (ไพทอน)
by dawthana » 27/12/2016 1:35 pm » in Python Knowledge - 3 Replies
- 1230 Views
-
Last post by chatee supasand
06/06/2019 3:44 pm
-
-
-
ทำความรู้จักกับภาษา python (15) : การสร้างฟังก์ชันใน python (ไพทอน)
by dawthana » 30/12/2016 3:38 pm » in Python Knowledge - 9 Replies
- 1477 Views
-
Last post by jirawoot
20/06/2019 2:49 pm
-
Who is online
Users browsing this forum: No registered users and 21 guests