Advertisement
theguild42

Excel NoneType

Sep 8th, 2023 (edited)
1,141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | Source Code | 0 0
  1. def X(value):
  2.     if value == "x":
  3.         str("Condition Passed!")
  4.     else:
  5.         str("Condition Failed!")
  6.  
  7. type(X('x'))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement