Update get_params.py

master
JesterHey 2 years ago committed by GitHub
parent da6617c038
commit aa3c948d0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -358,8 +358,6 @@ def get_parameters_of_programming(url:str,user_name:str,password:str):
print('不是编程作业')
if __name__ == '__main__':
url = 'https://www.educoder.net/myproblems/9kwnlzvcegsa?type=1'
user_name = 'hnu202311020126'
password = 'hzy123456'
url,user_name,password='','',''
get_parameters_of_programming(url=url,user_name=user_name,password=password)
print('结束测试')
print('结束测试')

Loading…
Cancel
Save