📊 Python: Quantas letras, números e símbolos tem sua frase? 🧠 #shorts #python #dicas

#shortsvideo 📊 Aprenda a usar Python pra analisar qualquer frase! Descubra quantas letras, números e símbolos existem com um script simples! 🔢🧪 🚀 Use ...

IEM IT Oficial319 views0:42

🔥 Related Trending Topics

LIVE TRENDS

This video may be related to current global trending topics. Click any trend to explore more videos about what's hot right now!

THIS VIDEO IS TRENDING!

This video is currently trending in Pakistan under the topic 'f'.

About this video

#shortsvideo 📊 Aprenda a usar Python pra analisar qualquer frase! Descubra quantas letras, números e símbolos existem com um script simples! 🔢🧪 🚀 Use esse código e compartilha com quem tá aprendendo Python! frase = input("Digite uma frase: ") letras = sum(c.isalpha() for c in frase) numeros = sum(c.isdigit() for c in frase) simbolos = len(frase) - letras - numeros print(f"Letras: {letras}") print(f"Números: {numeros}") print(f"Símbolos: {simbolos}")

Video Information

Views
319

Total views since publication

Likes
3

User likes and reactions

Duration
0:42

Video length

Published
Apr 10, 2025

Release date

Quality
hd

Video definition

Tags and Topics

This video is tagged with the following topics. Click any tag to explore more related content and discover similar videos:

Tags help categorize content and make it easier to find related videos. Browse our collection to discover more content in these categories.