example with elif added. ToDo: Own function just for user datas.

This commit is contained in:
Bandie Yip Kojote 2016-05-07 19:33:40 +02:00
parent f361c39b53
commit 2ca58e1fca
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,8 @@ def page(receiver, text, user):
# if(receiver=="someone"):
# number="1234567"
# elif(receiver=="someoneelse"):
# number="7654321"
else:
return "The username you tried to page has no number saved."