Prime Numbers in Range

Easy

📝 Description

Print all prime numbers between 1 and 100

Input Format

None

Output Format

Space-separated primes

Constraints

None

🔍 Sample Input


            

✅ Sample Output

2 3 5 7 11 ... 97
            

Code Editor

Please login to run and submit code.

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