List the differences between python 2.X and python 3.X

1. Function changes
1. print in python2,-print() in python3
2. Package changes
1. httplib module in python2,-http.client in python3

Guess you like

Origin blog.csdn.net/qq_44801116/article/details/105243668