s = "Hey There"
first_two = s[:2]
print(first_two)
He
Python Mega Course: Learn Python in 60 Days, Build 20 AppsLearn Python on Udemy completely in 60 days or less by building 20 real-world applications from web development to data science.