chore(curriculum): remove __locals from Luhn algorithm (#54771)

This commit is contained in:
Ilenia
2024-05-15 10:18:13 +02:00
committed by GitHub
parent 9b8e25755d
commit 634bb2024d

View File

@@ -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)
`))
}
})