Inconsistent use of tabs and spaces in indentation

后端 未结 6 2179
猫巷女王i
猫巷女王i 2020-11-28 15:24
def contains_sequence(dna1, dna2):
    \'\'\' (str, str) -> bool

    Return True if and only if DNA sequence dna2 occurs in the DNA sequence
    dna1.

    >&         


        
6条回答
  •  死守一世寂寞
    2020-11-28 15:55

    In my case Visual Studio code ..

    Ctrl+Shift+P or View->Command Palette.

    Type

    Convert Indentation to Spaces

    press Enter.

提交回复
热议问题