input - getKey from Ti-Basic in Python? -
input - getKey from Ti-Basic in Python? -
i wondering how getkey command works , how utilize in python, there no command (right?).
somehow, stackoverflow not short questions. writing programme on calculator , thought, why not set computer using python? realized not because don't know getkey.
not sure question, utilize of getkey command in ti-basic:
:while 1 #loop :repeat x #make sure key presssed :getkey→x #store key in variable :end #end loop :disp x :end
getkey returns value corresponds key on ti-"keyboard". can key values in image below.
to functionality in python search site it. utilize .char
, .keysym
this. more info:
keypress detection python
python input ti-basic
Comments
Post a Comment