Skip to content

Commit 253d812

Browse files
committed
Fix PEP8
1 parent 5ccf796 commit 253d812

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

8-concat_edges.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/python3
2-
str = "Python is an interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax"
2+
str = "Python is an interpreted, interactive, object-oriented programming\
3+
language that combines remarkable power with very clear syntax"
34
# YOUR CODE GOES HERE. PLEASE REMOVE THIS LINE
45
print(str)

0 commit comments

Comments
 (0)