立即学习:https://edu.csdn.net/course/play/24797/282155?utm_source=blogtoedu
1. repr() : transform int to str and add quotation mark to string when print out
2. input() : get input
3. long string shoud be included inside three quotation mark
4. raw string starts with r, special characters inside the string won't have any influences except for quotation mark
5.