Python - Final - Intern
Python - Final - Intern
PRESENTED BY:
CHRISSI K PEREIRA
WHAT IS PYTHON?
Python is a simple, general purpose, high level, and object-oriented
programming language.
Variable names are case-sensitive (age, Age and AGE are three different
variables)
3. Negative Indexing
Use negative indexes to start the slice from the end of the string:
PYTHON MODIFY STRINGS
1. Upper Case : The upper() method returns the string in upper case.
To concatenate, or combine, two strings you can use the + operator.
FORMAT STRINGS
Use the format() method to insert numbers into strings:
THANK YOU