Andre Pettersson commited on
Commit
97d55cc
·
verified ·
1 Parent(s): 542124f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -41,11 +41,8 @@ def to_leet_speak(text: str) -> str:
41
  """
42
  Converts a string to l33t speak using a substitution table.
43
  Args:
44
- text (str): The input string to convert to l33t speak.
45
- Returns:
46
- str: The converted l33t speak string.
47
  """
48
- # Substitution table
49
  leet_table_basic = {
50
  'a': '4',
51
  'b': '8',
 
41
  """
42
  Converts a string to l33t speak using a substitution table.
43
  Args:
44
+ text (str): A string to convert to l33t speak.
 
 
45
  """
 
46
  leet_table_basic = {
47
  'a': '4',
48
  'b': '8',