示例代码:
response = input("enter command: ")
if response[1] == "call":
*call function* (response[2])
结果:
enter command: call 123456789
calling 123456789
答案 0 :(得分:1)
您可以使用此代码拨打电话。 插入带国家/地区代码的电话号码作为回复输入
from androidhelper import Android
droid = Android()
response=input ("Enter phone number here:")
droid.phoneCallNumber (response)