We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a2152 commit 04bd499Copy full SHA for 04bd499
Tutorials/Print.md
@@ -38,7 +38,7 @@ var = 1
38
print(var)
39
```
40
Run:
41
-```python
+```
42
1
43
44
@@ -48,7 +48,7 @@ var = "Surprise"
48
49
50
51
52
Surprise
53
54
@@ -58,7 +58,7 @@ var = 1
58
print("Var equals",var)
59
60
61
62
Var equals 1
63
64
@@ -68,6 +68,6 @@ var = "Surprise"
68
69
70
71
72
Var equals Surprise
73
0 commit comments