# Commentaar

# Line Comment

# Dit is een line comment.
1

# Inline Comment

x = 1  # Dit is een line comment.
1

# Block Comment

# Dit
# is
# een
# block comment.
1
2
3
4

# Docstrings

"""Dit is de titel

Dit is een docstring.
"""

"""Dit is een docstring."""
1
2
3
4
5
6
© 2024 Arteveldehogeschool Laatst bijgewerkt: 14/2/2020, 11:07:52