hi. I am working on a calculator with python tkinter. I'm trying to replace the "/" with the division sign. please help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

hi. I am working on a calculator with python tkinter. I'm trying to replace the "/" with the division sign. please help

this is a python related question, i am also trying to replace "*" with the multiplication sign and "**" with the power sign, please help out

8th Aug 2022, 3:05 PM
Quadri Lasisi
Quadri Lasisi - avatar
5 Answers
+ 1
"/" is the division sign. If you need help, please link a minimal working example of the code.
8th Aug 2022, 3:10 PM
Lisa
Lisa - avatar
+ 1
have you tried looking up the character codes? For example: print('\u00f7')
8th Aug 2022, 3:21 PM
Lisa
Lisa - avatar
0
no, what I mean is the other division sign. the one with the dots above and below with a line in the middle. i was not able to write it cos it is not on my keyboard, Lisa
8th Aug 2022, 3:13 PM
Quadri Lasisi
Quadri Lasisi - avatar
0
somya, I actually want the calculation to be done by the other division sign. if that is not possible, can I at lease replace it on my tk entry
8th Aug 2022, 3:27 PM
Quadri Lasisi
Quadri Lasisi - avatar
0
alright. thanks y'all
8th Aug 2022, 4:40 PM
Quadri Lasisi
Quadri Lasisi - avatar