SyntaxFix
Write A Post
Hire A Developer
Questions
def myFunction(a,b,c): "This is an example function I'd like to check arguments of" if type( a ) == int: #dostuff if 0 < b < 10: #dostuff if type( C ) == str and c != "": #dostuff