We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b5fd8 commit d7b7374Copy full SHA for d7b7374
README.md
@@ -66,7 +66,6 @@ The Python print statement is often used to output variables.
66
67
* To combine both text and a variable, Python uses the + character:
68
69
-Example
70
```
71
x = "A"
72
print("Python is " + x)
0 commit comments