Open swt2public opened 7 years ago
Given a tweet "1+1", Then the bot's answer should contain "2".
string.split('+')
int(string)
Expected response containing "2", but got None
None
Given a tweet "1+1", Then the bot's answer should contain "2".
string.split('+')
.int(string)
.