case
print('Some techology articles I write about computer programming.')
break
case
print('The cute applications I have developed.')
break
case
print('My diary to record my life and thought.')
break
case
print('A cookbook that records my food recipes.')
break
case
print('The RSS feed reader to organize the useful and interesting news.')
break
case
print('Who am I and how contact me.')
break
default:
break
}
* This is codepongo's website
* (cc) BY-NC-SA
*
* Author: codepongo(zhuhuotui)
* E-mail:
*/