Challenge: Variable Name Fixer
Opgave
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.
Løsning
Var alt klart?
Tak for dine kommentarer!
Sektion 2. Kapitel 3
single
Spørg AI
Spørg AI
Spørg om hvad som helst eller prøv et af de foreslåede spørgsmål for at starte vores chat
Awesome!
Completion rate improved to 5.26
Challenge: Variable Name Fixer
Stryg for at vise menuen
Opgave
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.
Løsning
Var alt klart?
Tak for dine kommentarer!
Sektion 2. Kapitel 3
single