@@ -0,0 +1,7 @@
# this is my first Python program
first_name = "bread"
last_name = "milc"
favorite_food = "67 shaped pizza"
print(f"hello {first_name}")
print(f"I like {favorite_food}")
print("It's really good!")
The note is not visible to the blocked user.