🔧 Practice Problems (Subjective)
1. Print your name.
2. Print the sentence: Python is fun!.
3. Print 3 different lines using three print() statements.
4. Print the same word 5 times using:
print("Hello " * 5)5. Research & write (in comments) 5 companies that use Python.