Skip to main content

Posts

Showing posts with the label Diagram

Code #11 Speak Function

                GREETINGS TO ALL YOU!!!! This is text to speak converter Function from  win32com.client  import  Dispatch def   speak (str):     speak = Dispatch( "SAPI.spVoice" )     speak.Speak( str ) if  __name__  ==   "__main__" :     speak("# your text goes here")

DIAGRAM #1 WHILE LOOP STRUCTURE

                             GREETINGS TO ALL OF YOU!!!!!!!! WHILE LOOP STRUCTURE  HOW WHILE LOOPS WORK??? YOU WILL BE KNOWING IT WITH THE HELP OF DIAGRAM thank you guys and please make sure you follow me on  instagram: https://www.instagram.com/vaibhavsingh_star/