Answers for "check if string python}"

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 ['string one', 'string two']:
    do_something()
Posted by: Guest on November-24-2020

Python Answers by Framework

Browse Popular Code Answers by Language