Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
String methods in Python are easy! 〰️
Play lesson

Python tutorial for beginners 🐍 - String methods in Python are easy! 〰️

4.0 (0)
8 learners

What you'll learn

This course includes

  • 14.3 hours of video
  • Certificate of completion
  • Access on mobile and TV

Summary

Keywords

Full Transcript

#Python #string #methods 00:00:00 useful string methods 00:08:05 exercise # name = input("Enter your name: ") # phone_number = input("Enter your phone #: ") # length = len(name) # index = name.find(" ") # name = name.capitalize() # name = name.upper() # name = name.lower() # result = name.isdigit() # result = name.isalpha() # result = phone_number.count(" ") # phone_number = phone_number.replace("-", "")

Course Hive

Continue this lesson in the app

Install CourseHive on Android or iOS to keep learning while you move.

Related Courses

FAQs

Course Hive
Download CourseHive
Keep learning anywhere