Skip to content

Commit 750d9b2

Browse files
committed
call the function in the last line and remove "print" to avoid ending up with "None" for the selected/entered OS option by end-user
1 parent eec6b69 commit 750d9b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prep-exercises/exercise_eleven.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,6 @@ def more_available_os(user_os: operatingSystem):
118118
print(f"If you’re open to using {most_available_os.value} operating system, you’ll have a better chance of getting a laptop.”")
119119

120120

121-
print(more_available_os(preferred_operating_system_input))
121+
more_available_os(preferred_operating_system_input)
122122

123123

0 commit comments

Comments
 (0)