Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def X(value):
- if value == "x":
- str("Condition Passed!")
- else:
- str("Condition Failed!")
- type(X('x'))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement