We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64a51a1 commit 784b482Copy full SHA for 784b482
code3/addtwo.py
@@ -3,4 +3,4 @@ def addtwo(a, b):
3
return added
4
5
x = addtwo(3, 5)
6
-print(x)
+print(x)
0 commit comments