Posts by Atr • 3 points
1 post
-
-1
votes1
answer39
viewsQ: Problems with python 3
Good night! I’m having a small problem with python 3.x on my linux Mint 19.03 Code: #!/usr/bin/env python3 #-*-coding: utf-8-*- from tkinter import * win = Tk() def msg(): m = val.get() Label(win,…