Simple input notebook with parameters


In [1]:
msg = None

In [2]:
# Parameters
msg = "Hello"

In [3]:
print(msg)


Hello