Last active
April 16, 2020 13:57
-
-
Save maxiaochuan/4b7d491ba927bd0b4a98a3d8eaa51122 to your computer and use it in GitHub Desktop.
vscode settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2020-04-16T13:56:54.042Z","extensionVersion":"v3.4.3"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"metadata": { | |
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd", | |
"publisherId": "Shan.code-settings-sync", | |
"publisherDisplayName": "Shan" | |
}, | |
"name": "code-settings-sync", | |
"publisher": "Shan", | |
"version": "3.4.3" | |
} | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"sync.gist": "4b7d491ba927bd0b4a98a3d8eaa51122" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Kalkulator graficzny przy pomocy tkinera
from tkinter import *
#Sinus i Cosinus
import math
Działanie jako input usera
Dzailanie = ""
Funkcja do zmiany działania
def press(num):
Funkcja do podania ostatecznego działąnia
def equalpress():
of text entry box
def clear():
global Dzailanie
Dzailanie = ""
Akcja.set("")
if name == "main":
# Ustawienia parametrów okna
gui = Tk()
#proba sinusa
#Sinus = Button(gui, text=' Sin ', fg='black', bg='blue',
#command=lambda: press("**(0.5)"), height=1, width=8)
#Sinus.grid(row=1, column=6)