Skip to content

Commit f0b0238

Browse files
committed
adding paragraph on string and types
1 parent 6717fb4 commit f0b0238

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/en/names.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ After that statement, if you do ``print x``, it will actually output its value
2323

2424
forward(x)
2525

26+
27+
.. note:: You can not save numbers in variables, like we did here for "x", but you can actually save various kinds of things in them. A typical other thing you want to have store often is a "string" - a line of text. Strings are indicated with a starting and a leading \". You'll learn about this and other types, as those are called in python, and what you can do with them later on.
28+
2629
A variable called angle
2730
=======================
2831

0 commit comments

Comments
 (0)