Advertisement
Arcot

ch6 pg8

Nov 12th, 2022
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. question = input("Which scientist gave Theory of relativity").lower()
  2.  
  3. if question=="albert einstein":
  4. print("Correct")
  5. else:
  6. print("Incorrect, its Albert Einstein")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement