mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-11 07:00:41 -04:00
chore(curriculum): remove __locals from Luhn algorithm (#54771)
This commit is contained in:
@@ -24,8 +24,7 @@ You should have `def main():` in your code.
|
||||
test: () => {
|
||||
assert(runPython(`
|
||||
import inspect
|
||||
a = __locals.get("main")
|
||||
inspect.isfunction(a)
|
||||
inspect.isfunction(main)
|
||||
`))
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user