How to Read Variable in Python - #LearningPython 15

Subscribers:
2,490
Published on ● Video Link: https://www.youtube.com/watch?v=fgwNeg4Fv24



Category:
Guide
Duration: 17:43
8 views
2


Today I learned a little bit more about Python, and how to read a these variables, in a SPECIFIC way.
Basically I can read a specific part of the variable, like, if I have a variable (let's call it text) that is a string with: "Subscribe and Like this Video"
Let's say that I want to print just the "Like this Video", so what I can do is:

print(text[14:])

This little code here will print from the 14th Character, printing "Like this Video", so basically, I can print or read a little part of my Variable.


The course I am using(it's in Portuguese): https://on.fiap.com.br/index.php

If you have any question or suggestion on other topics, feel free to comment down below or ask me in Facebook or Instagram!

Visit my Facebook Page in: http://fb.com/teteusbionicoficial
Visit my Instagram: https://www.instagram.com/teteusbionic/
Visit my Website: http://www.teteusbionic.com.br




Other Videos By Teteus Bionic (Teteus Bionic)


2021-06-24Como usar Sockets em Python - #AprendendoPython 20
2021-06-24How to use Sockets in Python - #LearningPython 20
2021-06-23Como ler seu SO em Python - #AprendendoPython 19
2021-06-23How to read your OS in Python - #LearningPython 19
2021-06-22Como usar uma API em Python - #AprendendoPython 18
2021-06-22How to use an API in Python - #LearningPython 18
2021-06-21How to Read .Json files in Python - #LearningPython 17
2021-06-21Como Ler Arquivos .Json em Python - #AprendendoPython 17
2021-06-17Como Ler Databases em Python - #AprendendoPython 16
2021-06-17How to Read a Database in Python - #LearningPython 16
2021-06-16How to Read Variable in Python - #LearningPython 15
2021-06-16Como Ler Variables em Python - #AprendendoPython 15
2021-06-11Como armazenar informações em Python - #AprendendoPython 14
2021-06-11How to Store Information in Python - #LearningPython 14
2021-06-10How to use Files in Python - #FirststepsinPython part 13
2021-06-10Como usar Arquivos em Python - #PrimeirospassoscomPythonparte 13
2021-06-08Como adicionar info em Dicionários em Python - #Primeiros passos com Python parte 12
2021-06-08How to add info to Dictionaries in Python - #First steps in Python part 12
2021-06-03How to use Dictionaries to Store Information in Python - #First steps in Python part 11
2021-06-03Como usar Dicionários para Armazenar Informação em Python - #Primeiros passos com Python parte 11
2021-05-27Como usar Dicionários em Python - #Primeiros passos com Python parte 10



Tags:
Programação de Jogos
Curso de Programação de Jogos
Palestra Programação de Jogos
Oficina Programação de Jogos
Scratch
Fazer Jogo
Criar um Jogo
Como fazer um jogo
Fazer um jogo sozinho