Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- question = input("Which scientist gave Theory of relativity").lower()
- if question=="albert einstein":
- print("Correct")
- else:
- print("Incorrect, its Albert Einstein")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement