AAUP Course (1): Software Verification and Validation
Completion requirements
Python Comments
● #This
is a comment
print("Hello,
World!")
● """
This
is a comment
written
in
more
than just one line
"""
print("Hello,
World!")