Week 0 Functions
https://cs50.harvard.edu/python/2022/weeks/0/#week-0-functions
hello.py
code hello.py
print("hello, world")
Command-line Interface
python hello.py
Functions, Arguments, Side Effects
functions print() is a function
arguments inside of () a ar...
natsuki.hashnode.dev4 min read