Trying unident a code


I’m trying unident that code, but it’s not working I tryed many ways.
Can someone help me?
Thank you!

Below is the link to the exercice.
https://www.codecademy.com/paths/data-science-inf/tracks/dsf-python-fundamentals-for-data-science-part-i/modules/dsf-python-functions/lessons/intro-to-functions/exercises/whitespace-execution-flow

# You wrote:
print("Checking the weather for you!.")

# It should be:
print("Checking the weather for you!")

2 Likes

Thank you, now I can make that exercices! I not saw that dot, it was very funny, so I need look more the details of the code, it’s nice, I need study more, cool.

1 Like