4 lines
60 B
Python
4 lines
60 B
Python
hello_world = lambda: "Hello, World!"
|
|
|
|
print(hello_world())
|
hello_world = lambda: "Hello, World!"
|
|
|
|
print(hello_world())
|