z.B._pr3_skriptspr_team12_s2/s2_a2.py

8 lines
123 B
Python
Raw Permalink Normal View History

2023-01-09 14:25:06 +01:00
import re
bruh = "If the the problem is textual, use the the re module"
txt = re.sub("the the", "the", bruh)
print(txt)