We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4cb507 commit 7003f68Copy full SHA for 7003f68
prep_exercise/8_enums.py
@@ -97,7 +97,7 @@ def main() -> None:
97
if best_os != person.preferred_operating_system and best_count > preferred_count:
98
print(
99
f"If you are willing to accept {best_os.value} instead,"
100
- f"You're more likely to get a laptop. {best_count} available)."
+ f"You're more likely to get a laptop. {best_count} available."
101
)
102
103
if __name__ == "__main__":
0 commit comments