Glossary
Glossary of terms
Glossary of terms
In the glossary there are words and their explanation in simple english
Browse the glossary using this index
Special | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | ALL
S |
---|
scriptprograms written for a special run-time environment that automate the execution of tasks that could alternatively be executed one-by-one by a human operator | ||
sentinela person or thing that watches or stands as if watching | |
stringStrings are among the most popular types in Python. We can create them simply by enclosing characters in quotes. Python treats single quotes the same as double quotes. Creating strings is as simple as assigning a value to a variable. Example : "This is a string" 'This is also a string' | ||
sumThe result of adding two or more numbers. | |