prasanth__p_ Profile Banner
Prasanth P Profile
Prasanth P

@prasanth__p_

Followers
85
Following
2K
Media
192
Statuses
851

CSE'27 | Tech & AI enthusiast | Passionate about programming & learning new tech | Let's connect! 🤝 🔗https://t.co/LBC0VLhcFH

BHARAT
Joined November 2020
Don't wanna be here? Send us removal request.
@prasanth__p_
Prasanth P
2 years
Do you remember when you joined X? I do! #MyXAnniversary
Tweet media one
0
0
1
@prasanth__p_
Prasanth P
2 years
I got the CloudHustlers badge from SourceFusionHub! .#Google #GoogleCloud #100daysofcoding #community . via @holopin_.
0
0
1
@prasanth__p_
Prasanth P
2 years
💡💪 Embrace the tech challenges like a warrior, for it's in the battles of code and innovation that we forge our digital legacy. 💻🚀 Keep learning, keep building, and never stop exploring the frontiers of technology! .💬 . #100DaysOfCode #100daysofcoding #InnovationUnleashed.
0
0
2
@prasanth__p_
Prasanth P
2 years
Excited to share the latest #GoogleCloudBadge I've earned on #GoogleCloudSkillsBoost .:.#AI #GoogleCloud #Google #GenAI #100daysofcoding .
0
0
2
@prasanth__p_
Prasanth P
2 years
Excited to share the latest #GoogleCloudBadge I've earned on #GoogleCloudSkillsBoost .:.#AI #GoogleCloud #Google #GenAI #prompt .
0
0
2
@prasanth__p_
Prasanth P
2 years
👋Connect with me here and on other platforms!!.**************************************************.Twitter:.Instagram:.Threads App:.Koo App:.Web:. @prasanth__p_
Tweet media one
0
0
2
@prasanth__p_
Prasanth P
2 years
(6/6).🔥 Hey Twitter fam! 👋 If you find my tweet useful and interesting, please hit that ❤️ button to show your support. Also, don't forget to Follow ME for more exciting content! 💫 Feel free to SHARE, COMMENT your opinions, RETWEET, and even SAVE if you find it super useful!🌟
1
0
2
@prasanth__p_
Prasanth P
2 years
Resource:.•Codecademy.🔗 •Intellipaat.🔗
1
0
1
@prasanth__p_
Prasanth P
2 years
(4/6).follow = " Prasanth ".print(follow.strip()).print(follow.upper()).print(follow.lower()).print(follow.split("a")).print(follow.replace("h", "h P")). •Output:. Prasanth. PRASANTH . prasanth .[' Pr', 's', 'nth ']. Prasanth P.
1
0
1
@prasanth__p_
Prasanth P
2 years
(3/6).•strip() method removes any whitespace from the beginning or the end.•The upper() & lower() method returns the string in upper case & lower case respectively. •The split() method splits the string into substrings.•replace() method replaces a string with another string.
1
0
1
@prasanth__p_
Prasanth P
2 years
(2/6).•Slicing Strings - You can return a range of characters. 💠(Slice From the Start). follow = "Prasanth".print(follow[:5]).gives>> Prasa. 💠(Slice To the End). follow = "Prasanth".print(follow[2:]).gives>> asanth. •You can also do negative indexing➖.
1
0
1
@prasanth__p_
Prasanth P
2 years
(1/6).Embrace the versatility of strings for input/output 📥📤, formatting, and much more. Master slicing 🔪, concatenation ➕, and built-in methods like upper(), lower(), and replace(). 🚀 Level up your Python skills and make your code sing with strings! 🎶💻.
1
0
1
@prasanth__p_
Prasanth P
2 years
🔤 Strings: Unleash the power of text manipulation in Python! 🐍. See 🧵. #pythonprogramming #100DaysOfCode #100daysofpython #Coding #100daysofcodechallenge #programming
1
0
3
@prasanth__p_
Prasanth P
2 years
👋Connect with me here and on other platforms!!.**************************************************.Twitter:.Instagram:.Threads App:.Koo App:.Web:. @prasanth__p_
Tweet media one
0
0
2
@prasanth__p_
Prasanth P
2 years
(5/5).🔥 Hey Twitter fam! 👋 If you find my tweet useful and interesting, please hit that ❤️ button to show your support. Also, don't forget to Follow ME for more exciting content! 💫 Feel free to SHARE, COMMENT your opinions, RETWEET, and even SAVE if you find it super useful!🌟
1
0
2
@prasanth__p_
Prasanth P
2 years
(4/5).Resource:.•Codecademy.🔗 •Intellipaat.🔗
1
0
0
@prasanth__p_
Prasanth P
2 years
(3/5).There are three numeric types in Python:.•int.•float.•complex. "random" is a built-in module that can be used to make random numbers. int(), float(), str() are used to specify the variable type.
1
0
0
@prasanth__p_
Prasanth P
2 years
(2/5).Strings in python are surrounded by either single quotation marks, or double quotation marks. follow = 'Prasanth' or.follow = "Prasanth". Square brackets can be used to access elements of the string. follow[0] gives P. Use the len() function to get the length of a string.
1
0
0
@prasanth__p_
Prasanth P
2 years
(1/5).Embrace the power of STRINGS 📜 for text processing and manipulation. Convert between characters and numbers seamlessly!.Don't forget the INTEGER data type 🔢 for all your math needs. 🧮.Keep coding and unlock endless possibilities with these fundamental data types! 💻💪.
1
0
0
@prasanth__p_
Prasanth P
2 years
1
0
3