Quickies

[categories] [index] [all (527)] [latest]

Python
  1. s = "asd"
    s.startswith(('a','b','c'))
    

    True