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 d69dc97 commit d3a0a37Copy full SHA for d3a0a37
Roadmap/05 - VALOR Y REFERENCIA/python/RuhlMirko.py
@@ -62,4 +62,4 @@ def invert_references(list_a, list_b):
62
63
64
print(f"Original state = A:{first_list} - B:{second_list}")
65
-print(f"Modified version = {invert_references(first_list, second_list)}")
+print(f"Modified version = {invert_references(first_list, second_list)}")
0 commit comments