Skip to content

Instantly share code, notes, and snippets.

@nafik-cs
nafik-cs / ARTHA RENT CAR.py
Created July 20, 2019 14:59
memudahkan rental mobil
import tkinter
from tkinter import messagebox
class App():
def __init__(self):
self.root = tkinter.Tk()
self.root.title("ATHA RENT CAR")
self.root.geometry("300x200")
self.listnama = []