Monday, 2 October 2023, 4:26 AM
Site: ΕΛ/ΛΑΚ Moodle
Course: Python Lab - May 2017 (python_ellak_may_2017)
Glossary: Glossary of terms
S
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. |