Even Index Characters

Easy

📝 Description

Print characters at even index positions

Input Format

A single string

Output Format

Characters at even indices

Constraints

String length ≤ 1000

🔍 Sample Input

Hello
            

✅ Sample Output

H l o
            

Code Editor

Please login to run and submit code.

Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run