O Level Exam : Practical Question
📝 HTML
🎨 CSS
⚡ Java Script
country=["India", "Russia", "Srilanka", "China", "Brazil"] is_member = input("Enter the name of the country: ") if is_member in country: print(is_member, " is the member of BRICS") else: print(is_member, " is not a member of BRICS")
▶ Run Code
🖥 Output: