Krit Th.
20+ yrs in programming professional markets, FMCG researchers, system analyst, university lecturers, broadcasting expert, and so on.
def greet():
print("Hello, World!")
greet()
def greet(name):
print(f"Hello, {name}!")
greet("ศรีวรการ")
def add(a, b):
return a + b
result = add(10, 20)
© Aj. Krit Th.
https://www.kritth.com
By Krit Th.