Skip to content

Commit 51d01c5

Browse files
authored
Update Print.md
1 parent 0c9d17c commit 51d01c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tutorials/Print.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,5 @@ print("")
2727
If you want to print text and then a variable, add quotation marks and add a comma and a variable.
2828

2929
```python
30-
Variable = 1
3130
print("Variable =",Variable)
3231
```

0 commit comments

Comments
 (0)