This project showcases fundamental Python programming concepts through four tasks:
String Slicing: Demonstrates how to extract parts of a string using slicing syntax. String Functions: Highlights common string functions like len(), lower(), upper(), strip(), and replace() to manipulate text effectively. User Card Display: Prints a formatted user card, illustrating simple string formatting for structured output. User Input Handling: Collects user input (name and country) and displays a personalized greeting.