Page 1 of 1

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

Posted: 24 Feb 2025, 12:24
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)