Update 'src/__builtins__.py'
This commit is contained in:
parent
61901f5c28
commit
087e57442e
|
@ -8,6 +8,6 @@ class Builtins:
|
|||
print("Hello, user!")
|
||||
|
||||
|
||||
# NOTE: There areto ways to add global items. like so.
|
||||
# NOTE: There are two ways to add global items.
|
||||
builtins.hello_user = hello_user
|
||||
__builtins__.update({"hello_world": hello_world})
|
||||
|
|
Loading…
Reference in New Issue