Challenge: Variable Name Fixer
Tarefa
Swipe to start coding
Complete the function fix_variable_names to correct variable naming and assignment issues in the code.
- Rename any variables that use invalid names (such as those starting with a digit or containing spaces).
- Change any variables that use reserved Python keywords as names.
- Fix any accidental overwrites of variables that should remain distinct.
- Ensure all variable names follow Python naming conventions.
Solução
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 2. Capítulo 3
single
Pergunte à IA
Pergunte à IA
Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo
Awesome!
Completion rate improved to 5.26
Challenge: Variable Name Fixer
Deslize para mostrar o menu
Tarefa
Swipe to start coding
Complete the function fix_variable_names to correct variable naming and assignment issues in the code.
- Rename any variables that use invalid names (such as those starting with a digit or containing spaces).
- Change any variables that use reserved Python keywords as names.
- Fix any accidental overwrites of variables that should remain distinct.
- Ensure all variable names follow Python naming conventions.
Solução
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 2. Capítulo 3
single