Help for this page

Select Code to Download


  1. or download this
    if ( $var ~~ @whatever ) {
        #do something
    }
    
  2. or download this
    #!/usr/bin/python
    
    ...
    
    if some_var in words:
        print "yes"