planing of User:Theerapak page

User:Theerapak

edit
CThis user can program in C.
 This user can program in Python.
 This user is associated with Thailand.
thผู้ใช้คนนี้ใช้ภาษาไทย เป็นภาษาแม่.

let see c hello world code vs python hello world code

c code python code
#import <stdio.h>

int main(){

printf("hello world!");

return 0;

}

print "hello world!"