#input or question, is used to ask question ans = input('Who invented Microsoft?') #An if statement if(ans == 'Bill Gates'): print('You got the answer')