Alice's fastpages
Calculator
About Me
Hacks
Jupyter Notebooks
Notes
Search
Tags
CSV
msg1
=
"Hello"
msg2
=
"I'm Alice"
print
(
msg1
)
print
(
msg2
)
Hello I'm Alice