Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. ChinesePython is an implementation of the Python programming language using the Chinese language lexicon. Besides reserved words and variable names, most data type operations can be coded in Chinese as well.The following is an example found on the official website. It prompts the u ...Full description
Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. ChinesePython is an implementation of the Python programming language using the Chinese language lexicon. Besides reserved words and variable names, most data type operations can be coded in Chinese as well.The following is an example found on the official website. It prompts the user a question, then responds based on whether the user typed "yes", "no", or anything else.