You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I created this partial strategy it caused the site to freeze. I'm fairly sure it's because there's no space before the comments after the IF statement
Finding examples of code can be helpful in making your program.
This strategy will teach you approaches for identifying, evaluating, and adapting code examples.
STRATEGY reuse()
# comment
SET 'behavior' TO the behavior youd like 'program' to exhibit describing it as specifically as possible
IF you think you know how to implement 'behavior'
#Write the code for 'behavior'
#Run 'program' to test if it exhibits 'behavior' as you expect
#Mark this task as finished
The text was updated successfully, but these errors were encountered:
When I created this partial strategy it caused the site to freeze. I'm fairly sure it's because there's no space before the comments after the IF statement
Finding examples of code can be helpful in making your program.
This strategy will teach you approaches for identifying, evaluating, and adapting code examples.
STRATEGY reuse()
# comment
SET 'behavior' TO the behavior youd like 'program' to exhibit describing it as specifically as possible
IF you think you know how to implement 'behavior'
#Write the code for 'behavior'
#Run 'program' to test if it exhibits 'behavior' as you expect
#Mark this task as finished
The text was updated successfully, but these errors were encountered: