the person is telling you that the result gives the platform. You can try this:
import platform
x = platform.platform()
print(x)
In this example, the variable x
returns the platform that you are using:
in my case it returns this:
Windows-10-10.0.19041-SP0
solved How to install the way mentioned? [closed]