We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ccf796 commit 253d812Copy full SHA for 253d812
8-concat_edges.py
@@ -1,4 +1,5 @@
1
#!/usr/bin/python3
2
-str = "Python is an interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax"
+str = "Python is an interpreted, interactive, object-oriented programming\
3
+ language that combines remarkable power with very clear syntax"
4
# YOUR CODE GOES HERE. PLEASE REMOVE THIS LINE
5
print(str)
0 commit comments