DevJourney

Python/VIT/sem-1/ex-03/Hlo.py

s = "Hello"
print(s[0] + s[2] + s[4])
View on GitHub