Was ist der Unterschied zwischen diesen beiden Linien, MSC V.1900 64 Bit (AMD64) und MSC V.1914 32 Bit (Intel)Python

Python-Programme
Anonymous
 Was ist der Unterschied zwischen diesen beiden Linien, MSC V.1900 64 Bit (AMD64) und MSC V.1914 32 Bit (Intel)

Post by Anonymous »

(base) C:\Users\Abj>python
Python 3.6.5 |Anaconda, Inc.| (default, Mar 29 2018, 13:32:41) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> exit()

(base) C:\Users\Abj>py
Python 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:06:47) [MSC v.1914 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> exit()
< /code>

Was ist der Unterschied zwischen diesen beiden Zeilen,
MSC V.1900 64 Bit (AMD64)
und
MSC V.1914 32 Bit (Intel)

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post