We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c9d17c commit 51d01c5Copy full SHA for 51d01c5
Tutorials/Print.md
@@ -27,6 +27,5 @@ print("")
27
If you want to print text and then a variable, add quotation marks and add a comma and a variable.
28
29
```python
30
-Variable = 1
31
print("Variable =",Variable)
32
```
0 commit comments