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 b64dd3f commit fa400e0Copy full SHA for fa400e0
tasks/practice1/practice1.py
@@ -1,3 +1,4 @@
1
+import pytest
2
def concatenate_strings(a: str, b: str) -> str:
3
"""
4
Функция для сложения двух строк.
0 commit comments