LK
.
Code with me
Type with me
About
Skills
Projects
Contact
Python playground
Runs in your browser
Run code
Reset
name = "Laxman" skills = ["Python", "JavaScript", "React", "FastAPI"] print(f"Hello, {name}!") print("Today I am practicing:") for index, skill in enumerate(skills, start=1): print(f"{index}. {skill}")
Python engine loads when you run code for the first time.
Output will appear here.