Who owns this blog site?

//python code describing the owner of this blog
import designthinker as dt
dt.set_names('Sang Woo Hong')
needs = dt.request.find_user_needs(3) //my favorite number is 3
for i in needs:
   solutions = dt.request.solve_user_needs(i, 3)
   print(i, solutions)