Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

7 rader
213 B

import re
with open('src/taskGrid/FlowChart.js', 'r', encoding='utf-8') as file:
for line in file:
line = re.split('//', line)[0]
if re.search('[\u4e00-\u9fff]', line):
print(line)