filmov
tv
Python Strings, Integers, and Floats | Python 3 Basics

Показать описание
In this tutorial, learn what Python strings, Integers, and Floats are and how you can manipulate the data types. You will also learn how you can name variables and how to store strings, integers, and floats within those variables.
-----------------------------------------------------------------------------------------------------------
New Functions:
str() Converts an integer/float to a string
int() Converts a string to an integer/float
-----------------------------------------------------------------------------------------------------------
New Methods:
.upper() Makes all of the characters in a string uppercase
.lower() Makes all of the characters in a string lowercase
.title() Capitalizes the first letter in each word
-----------------------------------------------------------------------------------------------------------
Don't forget to like and subscribe!!!
Previous video:
#python #programming #PracticalCoding
-----------------------------------------------------------------------------------------------------------
New Functions:
str() Converts an integer/float to a string
int() Converts a string to an integer/float
-----------------------------------------------------------------------------------------------------------
New Methods:
.upper() Makes all of the characters in a string uppercase
.lower() Makes all of the characters in a string lowercase
.title() Capitalizes the first letter in each word
-----------------------------------------------------------------------------------------------------------
Don't forget to like and subscribe!!!
Previous video:
#python #programming #PracticalCoding