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
in then conditionals quiz we use syntax print(1, end=",") but end was never explained
1st warm-up fix docstring to explain we expect (char, index)
2nd warmup: rephrase the expected result: "A list of integers containing all numbers from start to end (inclusive), in the correct order". Make it clear "correct order" means "canonical" or "natural" (the order of integers, either increasing or decreasing)
The text was updated successfully, but these errors were encountered:
print(1, end=",")
butend
was never explained(char, index)
The text was updated successfully, but these errors were encountered: