Posts by Rodrigo Cesarino • 1 point
2 posts
-
-2
votes1
answer129
viewsQ: Queries Mysql database
Currently I have studied SQL Server and My SQL in college, but having a lot of difficulty in making queries in the database. The bank has 3 tebelas (aluno, discuplina and matricula) Show the total…
-
0
votes1
answer79
viewsQ: Run event on Tkinter button
I’m having trouble getting the button to run a def and make a simple encryption and then display on the screen. import tkinter as tk from tkinter import * class Application(): def __init__(self,…