我希望我的代码是这样的,并在代码中使用用户名和密码参数作为字符串。
def check_registration_rules(username='password'):
像这样调用函数:
check_registration_rules(parsap1378='pass')
python
python ×1