MAINAK CHAUDHURI

Results 15 issues of MAINAK CHAUDHURI

import re from collections import defaultdict inputs = [] for _ in range(int(input())): inputs.append(input()) string = ''.join([inp for inp in inputs]) results = re.findall(r']*)>', string, re.I) tag_attributes = defaultdict(list) for...

import re import sys pat = r'(/\*.*?\*/|//.*?$)' txt = sys.stdin.read() # re.sub() for Testcase #4: others will just work with comment print ("\n".join(re.sub('\n\s+', '\n', comment) for comment in re.findall(pat, txt,...

import re if __name__ == '__main__': n = int(input()) nline = '\n'.join(input() for _ in range(n)) q = int(input()) for _ in range(q): s = input() print(len(re.findall(r'\B(%s)\B' % s, nline)))

Regex_Pattern = r'^([a-z]\w\s\W\d\D[A-Z][a-z,A-Z][aieouAEIOU]\S)\1$'

Regex_Pattern = r'^[a-z][1-9][^a-z][^A-Z][A-Z].*' Please add this question to your repository

![avf](https://user-images.githubusercontent.com/64016811/103464776-42eb9f00-4d5c-11eb-84a6-4a088a7866ed.jpg)

Absolutely Yes! This is a free and open-source tool. Feel free to tweak it as you prefer. You may also use this as your personal project and share, copy and...

- Change brightness - Change contrast - Greyscale - Black and white - Invert image

Follow these steps : 1. Open a new terminal in VS-Code, Atom, or PyCharm. (Don't use anaconda. It won't be working in this case). 2. type the command: ``` python...

Go to the terminal and type : ```python app-gui.py``` Press Enter and it will run.