Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 3, 2021 00:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/2b5993626ae85fa01315a8bb00472cac to your computer and use it in GitHub Desktop.
Save parzibyte/2b5993626ae85fa01315a8bb00472cac to your computer and use it in GitHub Desktop.
def eliminar_palabra(palabra):
Palabra.delete().where(Palabra.palabra == palabra).execute()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment