frostant

Results 1 issues of frostant

In the code of requests.post(). I don't why you code can only print('Hello there, !') even change Chinese into English. ``` data = {'firstname': '莫烦', 'lastname': '周'} r = requests.post('http://pythonscraping.com/files/processing.php',...