I am making a website with Django
.
I created a python file and I'd like to run that file on my website. How to do that?
import requests
import pygame,sys
pygame.init()
//code
pygame.display.update()
I am making a website with Django
.
I created a python file and I'd like to run that file on my website. How to do that?
import requests
import pygame,sys
pygame.init()
//code
pygame.display.update()