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
Copy file name to clipboardExpand all lines: Censor word detection/README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,5 +16,10 @@
16
16
<li>Import the module profanity from better_profanity</li>
17
17
<li>Take user input </li>
18
18
<li>Check for the censored data using method profanity.censor() </li>
19
-
<li>Print the output on terminal. It will print **** if profanity.censor(text) is used. It will print #### if profanity.censor(text,'$') is used and like wise for all other symbols</li>
19
+
<li>Print the output on terminal.
20
+
<ul>
21
+
<li>It will print **** if profanity.censor(text) is used.</li>
22
+
<li>It will print #### if profanity.censor(text,'$') is used and like wise for all other symbols</li>
0 commit comments