Relative Content

Tag Archive for pythonmultithreadingloops

Please help me with my code, im a beginner. It is about language and Case state

I just started learning the basics of python and I am a complete beginner.
I am trying to build a small program that does the following: Whenever you change language or Case state( uppercase/lowercase ) the computer announces the change for example if you are typing in english lower case and you hit Caps Lock it should say Uppercase and if you change language to German it should Say German Uppercase.
I will paste my code, i would appreciate if you have any insights or recommendations or changes i should do.