Get Python S60
How to call?
import telephone telephone.dial(str(number))
How to hang up?
import telephone
try:
telephone.hang_up()
except:
pass
How to give miss call?
import telephone
def my_call_back(param):
if param[0] == telephone.EStatusConnecting:
telephone.hang_up()
telephone.call_state(my_call_back)
# my_call_back fuction will be called whenever there is state change
telephone.dial(str(number))
प्रामाणिक (ला)कोड तोड्या
कलियुगातील गोष्ट आहे.
या links वर गेले कि खालील प्रमाणे मराठी लिहिता करता येते :
समजा आता मला लिहायचे आहे कि : -
"मी महाराष्ट्रीय आहे."
तर मला इंग्रजी मधून फक्त खालील प्रमाणे लिहावे लागेल : -
"me maharashtriy aahe."
I received a mail from my friend :-
-----------------------------------------------------------------------------------------
Some Important Theological Questions are Answered if we think of God as a Computer Programmer.
**********
Q: Does God control everything that happens in my life?
A: He could, if he used the debugger, but it's tedious to step through all those variables.
**********
Q: Why does God allow evil to happen?
A: God thought he eliminated evil in one of the earlier revs.
**********
Q: Does God know everything?