5 search resultsShowing 1~5 results

Stocked
wataMo

@wataMo

備忘録(Python)

ボタンが上手くいかない! ボタンを押して、入力してもらった値を適当な変数に保存しときたい getしたやつはstrだからint(ボタン.get())したいのに ValueError: invali...

0
0
Comment0
wataMo

@wataMo

備忘録(Python)

辞書型を1つの文字列として返す関数 screen_dict.py def screen_menu(dict): txt = "" for key,value in dict.items(): t...

0
0
Comment2
wataMo

@wataMo

備忘録(Python)

Entry内の文字をクリックされたら消す import tkinter def focus(ev): e.delete(0, tkinter.END) root = tkinter.Tk() e...

1
1
Comment0

5 search resultsShowing 1~5 results

Qiita is a knowledge sharing service for engineers.

  1. You can follow users and tags
  2. You can stock useful information
  3. You can make edit suggestions for articles
Functions that can be used after logging in