8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ba1f3 commit cb91e8eCopy full SHA for cb91e8e
8KYU/type_validation.py
@@ -0,0 +1,5 @@
1
+# Solution for task: https://www.codewars.com/kata/59c1302ecb7fb48757000013/
2
+
3
4
+def type_validation(variable, _type) -> bool:
5
+ return _type in str(type(variable))
0 commit comments