You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
arr_we_need = [ele for ele in arr if ele not in unwanted]
# Opening file to read
file_to_write = open("README.md", "w")
# Text want to add first
text = '''# CSSBattle Solutions #\n\nMy profile: [https://cssbattle.dev/player/tanaf](https://cssbattle.dev/player/tanaf)\n\nThis repository contains all the solutions I have solved as of now.\nHere is the list:\n\n'''