我想运行一个脚本来扫描我的网络,这个脚本使用了一个很棒的库,名为“谁在我的wifi上”。我已经安装了这个模块来运行脚本,但是我从提示中得到了错误,它不能在系统中检测到这样的模块。这是剧本。from who_is_on_my_wifi import *
for i in range(0, len(WHO)):这就是我所犯的错误import *这是我安
例如,以英尺和英寸为例:我怎么能把其中的一个元素分解成这样的东西:
"the person is 5 feet 11 inches tall."feet {} inches tall.".format(list[1], list[1]) #I am aware taking the same index of list will give me 5-