Skip to content
Snippets Groups Projects
Commit 16b6e300 authored by dhana surya's avatar dhana surya
Browse files

this program is how the python case sencitive word

parent 9f52c28b
No related branches found
No related tags found
No related merge requests found
# This program is for the case sencitive how is working
usr_input = input("What is the Answer to the Great Question of Life, the Universe, and Everything?") #fectch the usr inpput
if usr_input == "42" or usr_input == "Forty Two" or usr_input == "forty-two":
print("Yess")
else :
print("No")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment