Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What's the difference between Python3 and Python2?

2025-02-21 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article introduces what is the difference between Python3 and Python2. The content is very detailed. Interested friends can use it for reference. I hope it will be helpful to you.

Compared with Python2, Python3:

1. Python3 removes the print statement and adds the print () function to achieve the same function.

2. The result of / in Python2 is an integer and a floating-point type in Python3.

3. The difference of string storage. Strings in python2 are stored as 8-bit strings, and strings in python3 are stored as 16-bit Unicode strings. The storage format has been upgraded.

4. The difference of value range. Xrange is used in python2 and range in python3. For example, the word xrange in python2 is changed to range in python3.

5. The difference of keyboard input. Enter a string from the keyboard, raw_input ("hello world") in python2 and input ("hello world") in python3.

6. Declare metaclass in Python2: _ metaclass_ = MetaClass, but declare metaclass in Python3:

Class newclass (metaclass=MetaClass): pass.

About what is the difference between Python3 and Python2 to share here, I hope the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report