Back
To start create a file named "Step1.py" then in vs code(visual studio code) add the following contents:
# means this line is a comment
print() is a function when given a string it will put the string on the consle
Run it by doing
Next