Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # phone_demo.py
- import telephone, appuifw, e32
- #Ask the user for the number to call
- num=appuifw.query(u"Enter Number: ", "number")
- #Wait a while
- e32.ao_sleep(10)
- #Now hang up
- telephone.hang_up()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement