s = "abc"
s.startswith("ab") # True, abc starts with a
s.endswith("bc") # True, abc ends with c
s.count("ab") # counts how many times "ab" appears
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var game = { | |
otherKeys: "values", | |
channel: 187382131313, | |
channels: { | |
controlChannel: 311313123123, | |
otherChannel: 13131313123, | |
channelList1: [ | |
12112321313, | |
12312312311 | |
], |