TLDR : Baby Steps — Stuff I learnt prtStrLn : Basically, it prints the given string (and only a string). That’s it.
print : This is like the python print. Converts the given output (of any type) to a string and then prints it. Can supply it anything, and it will show up in the terminal. Basically, functions…