IP属地:上海
请求数据 解析数据 获取数据 略
def change(a): print(str(float(a)*0.001)+'kg') a=input('请输入数字:') change(...
1. fp =open(r'C:\Users\宇豪\Desktop\test.txt','a') fp.write('name,sex'+'\n...
# print(True and True) # # true # print(False and True) # # false # prin...
str1='http://www.jianshu.com/u/2cbfb62a28a8' str2=str1.split('/')[-1] pr...
importjson dict_a={} dict_b=dict() # dict_a['a1']='b1' # dict_a['a2']='b...
一、 list1=['life','is','short'] list2=['you','need','python'] print(list2...