import ctypes
import winsound
SPI_SETDESKWALLPAPER = 20
while (True):
x = input("Enter Password. ")
if x == "blyat":
print ("motherland russia")
ctypes.windll.user32.SystemParametersInfoW(SPI_SETDESKWALLPAPER, 0, "D:\\VS Code Project\\COMMUNISM.jpg", 0)
winsound.PlaySound("USSR Anthem.mp3", winsound.SND_FILENAME)
当我运行程序时,我听不到 .mp3 并且桌面背景变黑而不是更改为我选择的图像(COMMUNISM.jpg)