```html
num = 10
str = "Hello"
if a > b:
elif a == b:
else:
for i in range(5):
while a < b:
def func_name():
list = [1, 2, 3]
dict = {"key": "value"}
# Use meaningful variable names
# Comment your code
# Follow PEP8 guidelines