Answers for "python how to check if it is a string"

13

if type is string python

isinstance(s, str)
Posted by: Guest on March-22-2020
0

how to check a string in if statement python

if var in ('stringone', 'stringtwo'):
    dosomething()
Posted by: Guest on November-24-2020

Code answers related to "python how to check if it is a string"

Python Answers by Framework

Browse Popular Code Answers by Language