💡 For the best experience, set your browser zoom level to 75%
75% للحصول على أفضل تجربة، اضبط مستوى تكبير المتصفح على 💡
Practice using string methods, user input, and Boolean logic in Python.
1. String Manipulation:
o Ask the user to enter a sentence.
o Replace the word "Python" with "Java" in their input.
o Split the sentence into words and print the resulting list.
o Convert the sentence to uppercase.
2. Boolean Practice:
o "You are an adult."
o or "You are a minor."
o Write a condition that checks if the user's age is greater than or equal to 18, and print either.