This is the code I have:
import pygame pygame.init()
I\'m very confused because if I try to run the file, then there seems to be no issue,
I just wrote like this!
from pygame import * #this will import everything inside the pygame module import pygame
Now I'm not getting any errors in vscode.