Question: Write a script that detects and prints out your monitor resolution.

Expected output:

Width: 1920,  Height: 1080

Hint: Use thescreeninfo Python third party library.