如果,否则,是否有更好的方法让我运行此代码?

时间:2018-07-07 17:32:55

标签: for-loop if-statement

所以我是python的新手,

我正在尝试运行此代码,但考虑到我正在使用大量复制和粘贴功能,因此我的直觉表明,有一种更简单,更简单的方式编写此代码。任何帮助,将不胜感激。谢谢;

@Override
protected void configure(HttpSecurity http) throws Exception {
    http
            .authorizeRequests()
            .anyRequest().authenticated()
            .and()
            .httpBasic()
            .authenticationEntryPoint(authenticationEntryPoint);
}

1 个答案:

答案 0 :(得分:1)

row = 1
if row in range(22, 212):
    row = 2 + (cardnum - 32) / 20