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
Add self-assessment questions and answers to the script.
Give clear instruction regarding opening of terminal.
Rephrase the exercise statement appropriately.
Using the continue keyword modify the for loop, with the range(2, 10, 2), to print the squares of even numbers below 10, to print the squares of only multiples of 4.
please rephrase this question
Make the summary point wise and as suggested in earlier scripts.
The text was updated successfully, but these errors were encountered:
Loops
continue
keyword modify thefor
loop, with therange(2, 10, 2)
, to print the squares of even numbers below 10, to print the squares of only multiples of 4.The text was updated successfully, but these errors were encountered: