An Android Virtual Device (AVD) is a configuration that defines the characteristics of an Android phone, tablet, Wear OS, Android TV, or Automotive OS device that you want to simulate in the Android Emulator
WELCOME TO EXAMHELPER20 CREATED BY "NIKHIL DOPPANI" DO FOLLOW examhelper20 CHATBOT: print("Simple Question and Answering Program") print("=====================================") print(" You may ask any one of these questions") print("Hi") print("How are you?") print("Are you working?") print("What is your name?") print("what did you do yesterday?") print("Quit") while True: question = input("Enter one question from above list:") if question in ['hi']: print("Hello") elif question in ['how are you?','how do you do?']: print("I am fine") elif question in ['are you working?','are you doing any job?']: print("yes. I'am working in AITS-R") elif question in ['what is your name?']: print("My name is Emilia") name=input(...
what is data mining? Data mining is the process of sorting through large data sets to identify patterns and relationships that can help solve business problems through data analysis data mining referse to extracting the large amount of data data mining it discribe in the process of knowledge discovery
Comments
Post a Comment